blob: 4adb0f2c88b89f7cbb7b0b638aaf9185650d869d [file] [log] [blame]
{
"name": "JLJSONHelper",
"version": "0.1.0",
"summary": "a simple helper class for JSON management.",
"description": "JLJSONHelper is a helper class based on NSJSONSerialization provided by Apple.",
"homepage": "https://github.com/buhikon/JLJSONHelper",
"license": "MIT",
"authors": {
"Joey L.": "slarin@gmail.com"
},
"source": {
"git": "https://github.com/buhikon/JLJSONHelper.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"JLJSONHelper": [
"Pod/Assets/*.png"
]
}
}