blob: b1782c4b3cc6cde426e5d00b064415d1de5bd16b [file] [log] [blame]
{
"name": "SwiftyJSON-X",
"version": "1.0.0",
"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.0"
},
"source_files": "JSONMappable.swift",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"SwiftyJSON": [
]
},
"pushed_with_swift_version": "3.0"
}