[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 0 / c / Balblair / 0.9.1 / Balblair.podspec.json
blob6d8cb16f0335de5ff117f7bd63f368fc5b8af8f5
2   "name": "Balblair",
3   "version": "0.9.1",
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": "0.9.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "Balblair/Core/Classes/**/*",
25       "dependencies": {
26         "Alamofire": [
27           "~> 4.0"
28         ]
29       }
30     },
31     {
32       "name": "ObjectMapper",
33       "source_files": "Balblair/ObjectMapper/Classes/**/*",
34       "dependencies": {
35         "Balblair/Core": [
37         ],
38         "ObjectMapper": [
39           "~> 2.0"
40         ]
41       }
42     },
43     {
44       "name": "Rx",
45       "source_files": "Balblair/Rx/Classes/**/*",
46       "dependencies": {
47         "Balblair/Core": [
49         ],
50         "Balblair/ObjectMapper": [
52         ],
53         "RxSwift": [
54           ">= 3.0"
55         ]
56       }
57     }
58   ]