Compare commits

..

3 Commits

Author SHA1 Message Date
Raquel Galan 4b59afcfd0 updated lib spec; ran lint; installed as pod locally; 2012-04-23 16:47:58 -04:00
Raquel Galan f91fc75fd4 change to source files section of podspec;
change version folder to match TestFlight version number;
2012-04-23 14:43:00 -04:00
Raquel Galan a8408a6315 Corrected version # for tag; 2012-04-23 11:33:10 -04:00
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = 'TestFlightSDK'
s.version = '1.0.0'
s.version = '1.0'
s.license = 'Commercial'
s.summary = 'TestFlightSDK for over-the-air beta testing and crash reporting.'
s.homepage = 'http://www.testflightapp.com'
s.author = { 'TestFlight' => 'support@testflightapp.com' }
s.source = { :git => 'https://github.com/danielctull/TestFlight-SDK.git', :tag => '1.0.0' }
s.source = { :git => 'https://github.com/danielctull/TestFlight-SDK.git', :tag => '1.0' }
s.description = 'TestFlightSDK for over-the-air beta testing and crash reporting.'
s.platform = :ios
s.source_files = '', '*.{h,m}'
s.library = 'libTestFlight'
s.source_files = 'TestFlight.h'
s.library = 'TestFlight', 'z'
s.xcconfig = { 'LIBRARY_SEARCH_PATHS' => '$(SRCROOT)/Pods/TestFlightSDK' }
end