blob: bb5be7a43d86afa43fc6c7ad498470ff1f248a15 [file] [log] [blame]
{
"name": "AgileJSON",
"version": "0.1.0",
"summary": "AgileJSON, a replacement of HandyJSON, WIP...",
"homepage": "https://github.com/suxinde2009/AgileJSON",
"license": "MIT",
"authors": {
"suxinde2009": "suxinde2009@126.com"
},
"source": {
"git": "https://github.com/suxinde2009/AgileJSON.git",
"tag": "0.1.0"
},
"swift_version": "4.0",
"platforms": {
"ios": "9.0"
},
"source_files": [
"AgileJSON/**/*.h",
"Source/**/*.{h,m,swift}"
],
"public_header_files": [
"AgileJSON/**/*.h",
"Source/**/*.h"
]
}