[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 5 / 0 / c / Balblair / 1.0.0 / Balblair.podspec.json
blob2398b413ad0ec4bdf386c52124f1cdf8ca30f6df
2   "name": "Balblair",
3   "version": "1.0.0",
4   "summary": "Api client with ObjectMapper and SwiftTask.",
5   "description": "This pod is api client.\nThis is type safe.\nThis is easy to use with ObjectMapper and SwiftTask.",
6   "homepage": "https://github.com/malt03/Balblair",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Koji Murata": "malt.koji@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/malt03/Balblair.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "pushed_with_swift_version": "3.0",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "Balblair/Core/Classes/**/*",
26       "dependencies": {
27         "Alamofire": [
28           ">= 4.0"
29         ]
30       }
31     },
32     {
33       "name": "ObjectMapper",
34       "source_files": "Balblair/ObjectMapper/Classes/**/*",
35       "dependencies": {
36         "Balblair/Core": [
38         ],
39         "ObjectMapper": [
40           ">= 2.0"
41         ]
42       }
43     },
44     {
45       "name": "Rx",
46       "source_files": "Balblair/Rx/Classes/**/*",
47       "dependencies": {
48         "Balblair/Core": [
50         ],
51         "Balblair/ObjectMapper": [
53         ],
54         "RxSwift": [
55           ">= 3.0"
56         ]
57       }
58     }
59   ]