[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 0 / c / Balblair / 4.0.0 / Balblair.podspec.json
blob564255da53be0bd88dcf4bd1d7ca2ba748571224
2   "name": "Balblair",
3   "version": "4.0.0",
4   "summary": "Api client with Codable and SwiftTask.",
5   "description": "This pod is api client.\nThis is type safe.\nThis is easy to use with Codable 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": "4.0.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10"
21   },
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "Balblair/Core/Classes/**/*",
26       "dependencies": {
27         "Alamofire": [
28           ">= 4.8.0"
29         ]
30       }
31     },
32     {
33       "name": "Rx",
34       "source_files": "Balblair/Rx/Classes/**/*",
35       "dependencies": {
36         "Balblair/Core": [
38         ],
39         "RxSwift": [
40           ">= 4.4.0"
41         ]
42       }
43     }
44   ]