Skip to content

Commit

Permalink
TestFlight SDK 1.2.4 BETA
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeniy Sinyak committed Feb 26, 2013
1 parent 83446d1 commit 68fd086
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions TestFlightSDK/1.2.4.beta/TestFlightSDK.podspec
@@ -0,0 +1,24 @@
Pod::Spec.new do |s|
s.name = 'TestFlightSDK'
s.version = '1.2.4.beta'
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.4-beta.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 68fd086

Please sign in to comment.