[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / d / e / SwiftyJSONMappable / 0.1.0 / SwiftyJSONMappable.podspec.json
blobf7bf603da5bed1bf2d65eba53ea331fb660a0b33
2   "name": "SwiftyJSONMappable",
3   "version": "0.1.0",
4   "summary": "SwiftyJSON extensions JSON->Model  Model->JSON  model->JSONString.",
5   "description": "JSONMappable implement [SwiftyJSON](https://github.com/SwiftyJSON/SwiftyJSON)",
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.1.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   ]