blob: 23d7653b9202fe92edb0e46092249d87467eebb8 [file] [log] [blame]
{
"name": "SwiftyJSON-X",
"version": "1.0.1",
"summary": "Use SwiftyJSON transform Any JSON to Model, Model to JSON",
"homepage": "https://github.com/ApterKing/SwiftyJSON-X",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ApterKing": "wangcccong@outlook.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ApterKing/SwiftyJSON-X.git",
"tag": "1.0.1"
},
"source_files": "SwiftyJSON-X/Classes/JSONMappable.swift",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"SwiftyJSON": [
]
},
"pushed_with_swift_version": "3.0"
}