Files
JBChartView/BPXLUUIDHandler/0.0.1/BPXLUUIDHandler.podspec
T
2012-08-22 12:42:05 -03:00

12 lines
524 B
Ruby

Pod::Spec.new do |s|
s.name = 'BPXLUUIDHandler'
s.version = '0.0.1'
s.license = 'Apache License, Version 2.0'
s.platform = :ios
s.summary = 'Library to encapsulate all the handling of getting/storing the new UUID.'
s.homepage = 'https://github.com/blackpixel/BPXLUUIDHandler'
s.author = { 'Doug Russell' => 'info@blackpixel.com' }
s.source = { :git => 'https://github.com/blackpixel/BPXLUUIDHandler.git', :commit => 'c493527c9c36e626a43a8293b2ca7e53e9f9eb02' }
s.source_files = 'BPX*.{h,m}'
end