[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / f / 5 / AutomationTools / 4.1.1 / AutomationTools.podspec.json
blob796eb10180b4877a10c3a465afde7488bf30e666
2   "name": "AutomationTools",
3   "version": "4.1.1",
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": "4.1.1"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": "5.0",
22   "subspecs": [
23     {
24       "name": "HostApp",
25       "ios": {
26         "source_files": [
27           "AutomationTools/Classes/HostApp/**/*"
28         ]
29       }
30     },
31     {
32       "name": "Core",
33       "ios": {
34         "source_files": [
35           "AutomationTools/Classes/Core/**/*"
36         ],
37         "frameworks": [
38           "Foundation",
39           "XCTest"
40         ]
41       }
42     }
43   ],
44   "swift_version": "5.0"