| { |
| "name": "FFFJsonKillNull", |
| "version": "1.0.0", |
| "summary": "get string,array,dictionary value from json without null obj", |
| "description": "get string,array,dictionary value from json without null obj ,say goodbye to crash", |
| "homepage": "https://github.com/zichenfang/FFFJsonKillNull", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "zichenfang": "zichenfang@yeah.net" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/zichenfang/FFFJsonKillNull.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "FFFJsonKillNull/*", |
| "exclude_files": "Classes/Exclude", |
| "requires_arc": true |
| } |