[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 1 / a / 4 / TABTestKit / 1.8.0 / TABTestKit.podspec.json
blob2ccca3c3e2911ebfa261ce1dd9ec2cd095b7afc3
2   "name": "TABTestKit",
3   "version": "1.8.0",
4   "summary": "Strongly typed Swift wrapper around XCTest / XCUI, enabling you to write BDD-style automation tests, without writing much code at all.",
5   "homepage": "https://github.com/theappbusiness/TABTestKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "zacoid55": "zac.borrelli@kinandcarta.com",
12     "KaneCheshire": "kane.cheshire@kinandcarta.com",
13     "theblixguy": "suyash.srijan@kinandcarta.com",
14     "neil3079": "neil.horton@kinandcarta.com",
15     "annpiktas": "anna.piktas@kinandcarta.com",
16     "roger-tan": "roger.tan@kinandcarta.com",
17     "jsanderson44": "john.sanderson@kinandcarta.com"
18   },
19   "source": {
20     "git": "https://github.com/theappbusiness/TABTestKit.git",
21     "tag": "1.8.0"
22   },
23   "platforms": {
24     "ios": "12.4"
25   },
26   "swift_versions": "5.0",
27   "source_files": "TABTestKit/Classes/**/*",
28   "frameworks": "XCTest",
29   "pod_target_xcconfig": {
30     "ENABLE_BITCODE": "NO"
31   },
32   "subspecs": [
33     {
34       "name": "Biometrics",
35       "source_files": "TABTestKit/Classes/Biometrics/**/*"
36     },
37     {
38       "name": "BDD",
39       "source_files": "TABTestKit/Classes/BDD/**/*"
40     }
41   ],
42   "swift_version": "5.0"