blob: 43976dbed0c4ac31e09f3d38465c4acbee704469 [file] [log] [blame]
{
"name": "LosslessJSON",
"version": "1.0",
"summary": "no loss for number value in json while de-serializing, modified from SBJson5.",
"homepage": "https://github.com/guolingege/LosslessJSON",
"license": "LICENSE",
"authors": {
"guolingege": "guolingege@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/guolingege/LosslessJSON.git",
"tag": "1.0"
},
"source_files": "**/*.{h,m}",
"public_header_files": "**/*.h",
"requires_arc": true
}