[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / b / 9 / 5 / APIService / 0.4.0 / APIService.podspec.json
blob4f8b3f8c09e8febf16ff86c9d9d20f1eae4d928d
2   "name": "APIService",
3   "version": "0.4.0",
4   "summary": "A simplified RESTful API wrapper.",
5   "description": "A dependency injectable service wrapping restful, json-based APIs.",
6   "homepage": "https://github.com/AttilaTheFun/APIService",
7   "license": "MIT",
8   "authors": {
9     "Logan Shire": "logan.shire@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/AttilaTheFun/APIService.git",
13     "tag": "0.4.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "API",
22       "source_files": "Pod/API/*.swift",
23       "dependencies": {
24         "SwiftToolKit": [
25           "~>0.2.4"
26         ],
27         "ServiceRegistry": [
28           "~>0.3.0"
29         ],
30         "PromiseKit": [
31           "~>3.0"
32         ]
33       }
34     },
35     {
36       "name": "Implementation",
37       "source_files": "Pod/Implementation/*.swift",
38       "dependencies": {
39         "APIService/API": [
41         ]
42       }
43     },
44     {
45       "name": "Test",
46       "dependencies": {
47         "ServiceRegistry": [
48           "~>0.3.0"
49         ]
50       }
51     }
52   ]