blob: d02f3808e0f16b31535c0e3455bf4f89ec0763bf [file] [log] [blame]
{
"name": "SwiftyJSONMappable",
"version": "0.0.1",
"summary": "SwiftyJSON extensions JSON->Model Model->JSON model->JSONString.",
"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.0.1"
},
"source_files": "Pod/Classes/JSONMappable.swift",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"SwiftyJSON": [
"~> 3.1.4"
]
},
"pushed_with_swift_version": "3.0"
}