[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / b / e / 2 / AutoMate / 1.5.0 / AutoMate.podspec.json
blob71800806016e94ea8a0cf901f4df6383014f4f60
2   "name": "AutoMate",
3   "version": "1.5.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   "source": {
25     "git": "https://github.com/PGSSoft/AutoMate.git",
26     "tag": "1.5.0"
27   },
28   "source_files": "AutoMate/**/*.{swift}",
29   "ios": {
30     "resources": [
31       "AutoMate/Models/Messages/*.json"
32     ]
33   },
34   "frameworks": "XCTest",
35   "pod_target_xcconfig": {
36     "ENABLE_BITCODE": "NO"
37   },
38   "pushed_with_swift_version": "4.0"