Last active
June 2, 2021 13:53
-
-
Save cgoldsby/214913b8effdb27c82d5efbe6a9f48ec to your computer and use it in GitHub Desktop.
Suitest.podspec.json
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
{ | |
"name": "Suitest", | |
"platforms": { | |
"tvos": "11.0", | |
"ios": "12.0" | |
}, | |
"version": "1.5.0", | |
"summary": "Suitest is a test automation and device manipulation tool for AppleTV and iOS devices.", | |
"requires_arc": true, | |
"tvos": { | |
"vendored_frameworks": "Suitest.xcframework" | |
}, | |
"ios": { | |
"vendored_frameworks": "Suitest_iOS.xcframework" | |
}, | |
"swift_versions": "5.3.1", | |
"description": "This pod is used to insert the Suitest instrumentation library into your application to be able to test with Suitest.", | |
"homepage": "https://suite.st/docs/application/instrumenting-apple-tv-apps/", | |
"license": { | |
"type": "Copyright 2018 Suitest - All Rights Reserverd", | |
"text": "The Suitest framework is and shall remain the sole property of Suitest and the User has no right to modify it in any way nor to use the Suitest framework for any other purpose other than testing the app with Suitest. Decompilation or disassembly is also prohibited. The User must be aware that the Apple App Store can reject the (users) application with the embedded Suitest framework due to the framework being compiled in x86_64 architecture. It is recommended that the user does not include the Suitest framework when releasing their application into a production environment. Suitest cannot and will not be held liable for any damage caused by using the Instrumentation Library.\n" | |
}, | |
"authors": { | |
"Suitest": "[email protected]" | |
}, | |
"social_media_url": "https://twitter.com/suite_st", | |
"source": { | |
"http": "https://file.suite.st/tvos/xcframework/1.5.0/Suitest.xcframework.zip", | |
"type": "zip" | |
}, | |
"xcconfig": { | |
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2" | |
}, | |
"dependencies": { | |
"Starscream": [ | |
"~> 3.0.6" | |
], | |
"SwiftyXML": [ | |
"~> 1.7.0" | |
], | |
"Fuzi": [ | |
"~> 3.1.1" | |
], | |
"ReachabilitySwift": [ | |
"= 4.3.1" | |
], | |
"CryptoSwift": [ | |
"~> 1.4.0" | |
] | |
}, | |
"swift_version": "5.3.1" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment