[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / 9 / 5 / APIService / 0.3.1 / APIService.podspec.json
blob56e504ef91644fa900449d34a93e1173d2f32c30
2   "name": "APIService",
3   "version": "0.3.1",
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.3.1"
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         "Alamofire": [
43           "~> 3.0"
44         ]
45       }
46     },
47     {
48       "name": "Test",
49       "dependencies": {
50         "ServiceRegistry": [
51           "~>0.3.0"
52         ]
53       }
54     }
55   ]