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