[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / f / 5 / AutomationTools / 1.0.0 / AutomationTools.podspec.json
blob61e34dff8e93ecb21cec543cf7bb6f5bd3b40abd
2   "name": "AutomationTools",
3   "version": "1.0.0",
4   "summary": "iOS UI test framework and guidelines",
5   "homepage": "https://github.com/justeat/AutomationTools",
6   "license": {
7     "type": "Apache 2.0",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Alberto De Bortoli": "alberto.debortoli@just-eat.com",
12     "Sneha Narayana Swamy": "sneha.narayanaswamy@just-eat.com"
13   },
14   "source": {
15     "git": "https://github.com/justeat/AutomationTools.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_version": "5.0",
22   "subspecs": [
23     {
24       "name": "HostApp",
25       "ios": {
26         "source_files": [
27           "AutomationTools/Classes/HostApp/**/*",
28           "AutomationTools/Classes/Shared/**/*"
29         ]
30       },
31       "dependencies": {
32         "JustTweak": [
34         ]
35       }
36     },
37     {
38       "name": "Core",
39       "ios": {
40         "source_files": [
41           "AutomationTools/Classes/Core/**/*",
42           "AutomationTools/Classes/Shared/**/*"
43         ],
44         "frameworks": [
45           "Foundation",
46           "XCTest"
47         ]
48       },
49       "dependencies": {
50         "JustTweak": [
52         ]
53       }
54     }
55   ]