[Add] STBaseProject 1.1.2
[CocoaPods.git] / Specs / 1 / a / 4 / TABTestKit / 1.0.0 / TABTestKit.podspec.json
blob7654ff84603c8d40aab59436d9b9b5b9d8151406
2   "name": "TABTestKit",
3   "version": "1.0.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.0.0"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "swift_versions": "5.0",
23   "source_files": "TABTestKit/Classes/**/*",
24   "frameworks": "XCTest",
25   "swift_version": "5.0",
26   "subspecs": [
27     {
28       "name": "Biometrics",
29       "source_files": "TABTestKit/Classes/Biometrics/**/*"
30     },
31     {
32       "name": "BDD",
33       "source_files": "TABTestKit/Classes/BDD/**/*"
34     }
35   ]