Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4b59afcfd0 | |||
| f91fc75fd4 | |||
| a8408a6315 |
@@ -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
|
||||
Reference in New Issue
Block a user