[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 4 / e / 0 / FTTestingKit / 0.3.0 / FTTestingKit.podspec.json
blob166fb85f4bd11fd6a0e727e745be40367cbb21d2
2   "name": "FTTestingKit",
3   "version": "0.3.0",
4   "summary": "Mockup and asynchronous testing protocols and extensions.",
5   "description": "Testing helpers for easier testing mockups and asynchronous testing.",
6   "homepage": "https://github.com/thefuntasty/FTTestingKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Matěj Kašpar Jirásek": "matej.jirasek@thefuntasty.com"
13   },
14   "social_media_url": "https://twitter.com/thefuntasty",
15   "default_subspecs": "Core",
16   "swift_versions": "5.0",
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.10",
20     "tvos": "9.0"
21   },
22   "source": {
23     "git": "https://github.com/thefuntasty/FTTestingKit.git",
24     "tag": "0.3.0"
25   },
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Sources/FTTestingKit/*",
30       "frameworks": [
31         "Foundation",
32         "XCTest"
33       ]
34     },
35     {
36       "name": "PromiseKit",
37       "source_files": "Sources/FTTestingKitPromiseKit/*",
38       "dependencies": {
39         "PromiseKit": [
40           "~> 6.11"
41         ],
42         "FTTestingKit/Core": [
44         ]
45       }
46     }
47   ],
48   "swift_version": "5.0"