[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 0 / c / Balblair / 0.1.0 / Balblair.podspec.json
blobac8fa8a337543eadc6f26e9d5a7734cfcbf7d957
2   "name": "Balblair",
3   "version": "0.1.0",
4   "summary": "Api client with ObjectMapper and RxSwift.",
5   "description": "TODO: Add long description of the pod here.",
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.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "Balblair/Core/Classes/**/*",
25       "dependencies": {
26         "Alamofire": [
27           "> 3.4"
28         ]
29       }
30     },
31     {
32       "name": "ObjectMapper",
33       "source_files": "Balblair/ObjectMapper/Classes/**/*",
34       "dependencies": {
35         "Balblair/Core": [
37         ],
38         "ObjectMapper": [
39           "> 1.3"
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           "> 2.6"
55         ]
56       }
57     }
58   ]