blob: 5b5580494e7ed31f24c93f5ea49b8c2bed122592 [file] [log] [blame]
{
"name": "JSONParse",
"version": "0.1.4",
"summary": "A simple json parse framework.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/lingyfh/JSONParse",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lingyfh": "lingyfh@gmail.com"
},
"source": {
"git": "https://github.com/lingyfh/JSONParse.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "JSONParse/**/*",
"public_header_files": [
"JSONParse/*.h",
"JSONParse/**/*.h"
]
}