[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / d / e / SwiftyJSONMappable / 0.2.0 / SwiftyJSONMappable.podspec.json
blob3e171ff806969e1c06900a80f04adaf5d38e3158
2   "name": "SwiftyJSONMappable",
3   "version": "0.2.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)",
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": "0.2.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": [
37           "~>8.0.4"
38         ],
39         "SwiftyJSONMappable/Mappable": [
41         ]
42       }
43     }
44   ]