blob: f7bf603da5bed1bf2d65eba53ea331fb660a0b33 [file] [log] [blame]
{
"name": "SwiftyJSONMappable",
"version": "0.1.0",
"summary": "SwiftyJSON extensions JSON->Model Model->JSON model->JSONString.",
"description": "JSONMappable implement [SwiftyJSON](https://github.com/SwiftyJSON/SwiftyJSON)",
"homepage": "https://github.com/ApterKing/SwiftyJSONMappable",
"license": "MIT",
"authors": {
"ApterKing": "wangcccong@outlook.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ApterKing/SwiftyJSONMappable.git",
"tag": "0.1.0"
},
"requires_arc": true,
"default_subspecs": "Mappable",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Mappable",
"source_files": "Pod/Classes/JSONMappable.swift",
"dependencies": {
"SwiftyJSON": [
"~>3.1.4"
]
},
"frameworks": "Foundation"
}
]
}