blob: c9cda529e8774088633177c1422cc213b98cce99 [file] [log] [blame]
{
"name": "QXJSON",
"version": "0.0.1",
"summary": "A swift JSON handler inspired by SwiftyJSON.",
"description": "Just treat it as a simple version of SwiftyJSON. which is more intelligent in type converts such as Bool/Int/String/JSON etc.",
"homepage": "https://github.com/labi3285/QXJSON",
"license": "MIT",
"authors": {
"labi3285": "766043285@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/labi3285/QXJSON.git",
"tag": "0.0.1"
},
"source_files": "QXJSON/QXJSON/*.swift",
"requires_arc": true
}