| { | |
| "name": "JsonParserOC", | |
| "version": "0.0.1", | |
| "summary": "A json parser tool for iOS.", | |
| "homepage": "https://github.com/FlameGrace/JsonParser", | |
| "license": { | |
| "type": "BSD", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "FlameGrace": "flamegrace@hotmail.com" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/FlameGrace/JsonParser.git", | |
| "tag": "0.0.1" | |
| }, | |
| "source_files": [ | |
| "JsonParser", | |
| "JsonParser/**/*.{h,m}" | |
| ], | |
| "public_header_files": "JsonParser/**/*.h" | |
| } |