[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / b / e / 2 / AutoMate / 1.3.1 / AutoMate.podspec.json
blobd1a0fc78d0a1cfcfe15634c95138844557ba127b
2   "name": "AutoMate",
3   "version": "1.3.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.2"
21   },
22   "source": {
23     "git": "https://github.com/PGSSoft/AutoMate.git",
24     "tag": "1.3.1"
25   },
26   "source_files": [
27     "Classes",
28     "AutoMate/**/*.{swift}"
29   ],
30   "resources": [
31     "AutoMate/Models/Messages/*.json"
32   ],
33   "frameworks": "XCTest",
34   "pod_target_xcconfig": {
35     "ENABLE_BITCODE": "NO"
36   },
37   "pushed_with_swift_version": "3.0"