blob: a58a483740e79861bee24b8ee4ae21a3e975be26 [file] [log] [blame]
{
"name": "QXJSON",
"version": "0.1.0",
"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.1.0"
},
"source_files": "QXJSON/QXJSON/*.swift",
"requires_arc": true
}