[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 8 / d / e / SwiftyJSONMappable / 1.0.0 / SwiftyJSONMappable.podspec.json
blobee105cc45758ec6d378f3ec647352703ba412c99
2   "name": "SwiftyJSONMappable",
3   "version": "1.0.0",
4   "summary": "SwiftyJSON extensions JSON->Model  Model->JSON  model->JSONString.",
5   "description": "JSONMappable implement [SwiftyJSON](https://github.com/SwiftyJSON/SwiftyJSON)\nResponse+JSONMappable [Moya](https://github.com/Moya/Moya)\nObservable+JSONMappable [RxSwift](https://github.com/ReactiveX/RxSwift)",
6   "homepage": "https://github.com/ApterKing/SwiftyJSONMappable",
7   "license": "MIT",
8   "authors": {
9     "ApterKing": "wangcccong@outlook.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/ApterKing/SwiftyJSONMappable.git",
16     "tag": "1.0.0"
17   },
18   "requires_arc": true,
19   "default_subspecs": "Mappable",
20   "pushed_with_swift_version": "3.0",
21   "subspecs": [
22     {
23       "name": "Mappable",
24       "source_files": "Pod/Classes/JSONMappable.swift",
25       "dependencies": {
26         "SwiftyJSON": [
27           "~>3.1.4"
28         ]
29       },
30       "frameworks": "Foundation"
31     },
32     {
33       "name": "Moya",
34       "source_files": "Pod/Classes/Response+JSONMappable.swift",
35       "dependencies": {
36         "Moya": [
38         ],
39         "SwiftyJSONMappable/Mappable": [
41         ]
42       }
43     },
44     {
45       "name": "RxSwift",
46       "source_files": "Pod/Classes/Observable+JSONMappable.swift",
47       "dependencies": {
48         "RxSwift": [
50         ],
51         "SwiftyJSONMappable/Moya": [
53         ]
54       }
55     }
56   ]