[Add] Userpilot 0.0.1-beta.1
[CocoaPods.git] / Specs / 2 / 1 / d / Suitest / 1.6.2 / Suitest.podspec.json
blob3f53949ac5be9e76b9eb72009627ef6f97ea49a9
2   "name": "Suitest",
3   "platforms": {
4     "tvos": "11.0",
5     "ios": "12.0"
6   },
7   "version": "1.6.2",
8   "summary": "Suitest is a test automation and device manipulation tool for AppleTV and iOS devices.",
9   "requires_arc": true,
10   "tvos": {
11     "vendored_frameworks": "Suitest.xcframework"
12   },
13   "ios": {
14     "vendored_frameworks": "Suitest_iOS.xcframework"
15   },
16   "swift_versions": "5.3.1",
17   "description": "This pod is used to insert the Suitest instrumentation library into your application to be able to test with Suitest.",
18   "homepage": "https://suite.st/docs/application/instrumenting-apple-tv-apps/",
19   "license": {
20     "type": "Copyright 2018-2021 Suitest - All Rights Reserverd",
21     "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\nthe Suitest framework for any other purpose other than testing the app with Suitest.\n\nDecompilation or disassembly is also prohibited.\n\nThe 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.\nIt is recommended that the user does not include the Suitest framework when releasing their application into a production environment.\n\nSuitest cannot and will not be held liable for any damage caused by using the Instrumentation Library.\n"
22   },
23   "authors": {
24     "Suitest": "hello@suite.st"
25   },
26   "social_media_url": "https://twitter.com/suite_st",
27   "source": {
28     "http": "https://file.suite.st/tvos/xcframework/1.6.2/Suitest.xcframework.zip",
29     "type": "zip"
30   },
31   "xcconfig": {
32     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
33   },
34   "dependencies": {
35     "Starscream": [
36       "~> 3.0.6"
37     ],
38     "SwiftyXML": [
39       "~> 1.7.0"
40     ],
41     "Fuzi": [
42       "~> 3.1.1"
43     ],
44     "ReachabilitySwift": [
45       "= 4.3.1"
46     ],
47     "CryptoSwift": [
48       "~> 1.4.0"
49     ]
50   },
51   "swift_version": "5.3.1"