-
-
Save cicloid/3438131 to your computer and use it in GitHub Desktop.
TestFlight CocoaPod
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pod::Spec.new do |s| | |
s.name = 'TestFlightSDK' | |
s.version = '1.1b1' | |
s.license = 'Commercial' | |
s.summary = 'TestFlightSDK for over-the-air beta testing and crash reporting.' | |
s.homepage = 'http://www.testflightapp.com' | |
s.author = { 'TestFlight' => '[email protected]' } | |
s.source = { :http => 'https://d3fqheiq7nlyrx.cloudfront.net/sdk-downloads/TestFlightSDK1.1beta1.zip' } | |
s.description = 'TestFlightSDK for over-the-air beta testing and crash reporting.' | |
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 |
Ya se resolvió el problema:
HackBook:Desktop Rod$ pod search Testflight
--> TestFlightSDK (1.0)
TestFlightSDK for over-the-air beta testing and crash reporting.
- Homepage: http://www.testflightapp.com
- Source: https://d3fqheiq7nlyrx.cloudfront.net/sdk-downloads/TestFlightSDK1.0.zip
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
El output parece bueno, sin embargo hay dos problemas
Voy a abrir un repo en github para que de ahí tome todo