[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 1 / a / 4 / TABTestKit / 1.7.0 / TABTestKit.podspec.json
blob368444fc82655f35c8eb53aa891535fa97466677
2   "name": "TABTestKit",
3   "version": "1.7.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   },
18   "source": {
19     "git": "https://github.com/theappbusiness/TABTestKit.git",
20     "tag": "1.7.0"
21   },
22   "platforms": {
23     "ios": "12.4"
24   },
25   "swift_versions": "5.0",
26   "source_files": "TABTestKit/Classes/**/*",
27   "frameworks": "XCTest",
28   "pod_target_xcconfig": {
29     "ENABLE_BITCODE": "NO"
30   },
31   "subspecs": [
32     {
33       "name": "Biometrics",
34       "source_files": "TABTestKit/Classes/Biometrics/**/*"
35     },
36     {
37       "name": "BDD",
38       "source_files": "TABTestKit/Classes/BDD/**/*"
39     }
40   ],
41   "swift_version": "5.0"