Skip to content

Commit

Permalink
Merge pull request #831 from blazingpair/master
Browse files Browse the repository at this point in the history
add TestFlightSDK 1.2
  • Loading branch information
zachwill committed Dec 5, 2012
2 parents 0e0471d + 8fec0fc commit 079685a
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions TestFlightSDK/1.2/TestFlightSDK.podspec
@@ -0,0 +1,24 @@
Pod::Spec.new do |s|
s.name = 'TestFlightSDK'
s.version = '1.2'
s.license = {
:type => 'Commercial',
:text => <<-LICENSE
All text and design is copyright © 2010-2012 TestFlight App, Inc.
All rights reserved.
https://testflightapp.com/tos/
LICENSE
}
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 = { :http => 'https://d3fqheiq7nlyrx.cloudfront.net/sdk-downloads/TestFlightSDK1.2.zip' }
s.platform = :ios
s.source_files = 'TestFlight.h'
s.preserve_paths = 'libTestFlight.a'
s.library = 'TestFlight', 'z'
s.framework = 'UIKit'
s.xcconfig = { 'LIBRARY_SEARCH_PATHS' => '"$(PODS_ROOT)/TestFlightSDK"' }
end

0 comments on commit 079685a

Please sign in to comment.