[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 1 / a / 4 / TABTestKit / 1.5.0 / TABTestKit.podspec.json
blob2b10ce4a9ab94ef13008b5df9a5f03a4b463997a
2   "name": "TABTestKit",
3   "version": "1.5.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@theappbusiness.com",
12     "KaneCheshire": "kane.cheshire@theappbusiness.com",
13     "theblixguy": "suyash.srijan@theappbuisness.com"
14   },
15   "source": {
16     "git": "https://github.com/theappbusiness/TABTestKit.git",
17     "tag": "1.5.0"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "swift_versions": "5.0",
23   "source_files": "TABTestKit/Classes/**/*",
24   "frameworks": "XCTest",
25   "pod_target_xcconfig": {
26     "ENABLE_BITCODE": "NO"
27   },
28   "subspecs": [
29     {
30       "name": "Biometrics",
31       "source_files": "TABTestKit/Classes/Biometrics/**/*"
32     },
33     {
34       "name": "BDD",
35       "source_files": "TABTestKit/Classes/BDD/**/*"
36     }
37   ],
38   "swift_version": "5.0"