[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 4 / e / 0 / FTTestingKit / 0.4.0 / FTTestingKit.podspec.json
blobc47cf73bc5617f95a16b84ae1cce1262a9c970e6
2   "name": "FTTestingKit",
3   "version": "0.4.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@futured.app"
13   },
14   "social_media_url": "https://twitter.com/Futuredapps",
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.4.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"