[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / 4 / e / 0 / FTTestingKit / 0.2.0 / FTTestingKit.podspec.json
blob21a8320f762d341dda6d1b16ba67373afc099083
2   "name": "FTTestingKit",
3   "version": "0.2.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.2.0"
25   },
26   "swift_version": "5.0",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "Sources/FTTestingKit/*",
31       "frameworks": [
32         "Foundation",
33         "XCTest"
34       ]
35     },
36     {
37       "name": "PromiseKit",
38       "source_files": "Sources/FTTestingKitPromiseKit/*",
39       "dependencies": {
40         "PromiseKit": [
41           "~> 6.11"
42         ],
43         "FTTestingKit/Core": [
45         ]
46       }
47     }
48   ]