[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / e / 2 / AutoMate / 1.8.0 / AutoMate.podspec.json
blobc2aa878fcd4734cfb91aa8e42ac1ad6adbaf6b0e
2   "name": "AutoMate",
3   "version": "1.8.0",
4   "summary": "Swift framework containing set of helpful XCTest extensions for writing UI automation tests.",
5   "homepage": "https://github.com/PGSSoft/AutoMate",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Joanna Bednarz": "jbednarz@pgs-soft.com",
12     "Paweł Szot": "pszot@pgs-soft.com",
13     "Bartosz Janda": "bjanda@pgs-soft.com",
14     "Paweł Kania": "pkania@pgs-soft.com",
15     "Michał Myśliwiec": "mmysliwiec@pgs-soft.com",
16     "Ewelina Cyło": "ecylo@pgs-soft.com",
17     "Mateusz Nicpoń": "mnicpon@pgs-soft.com"
18   },
19   "platforms": {
20     "ios": "9.3",
21     "osx": "10.12",
22     "tvos": "9.2"
23   },
24   "swift_versions": [
25     "5.0"
26   ],
27   "source": {
28     "git": "https://github.com/PGSSoft/AutoMate.git",
29     "tag": "1.8.0"
30   },
31   "source_files": "AutoMate/**/*.{swift}",
32   "ios": {
33     "resources": [
34       "AutoMate/Models/Messages/*.json"
35     ]
36   },
37   "frameworks": "XCTest",
38   "pod_target_xcconfig": {
39     "ENABLE_BITCODE": "NO"
40   },
41   "swift_version": "5.0"