blob: db68400422326bb8520e610d851b2fce46dd1782 [file] [log] [blame]
{
"name": "LosslessJSON",
"version": "1.2",
"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.2"
},
"source_files": "**/*.{h,m}",
"public_header_files": "**/*.h",
"requires_arc": true
}