| { | |
| "name": "LLJsonReader", | |
| "version": "0.0.3", | |
| "summary": "一个 JSON 读取工具", | |
| "description": "JSON Reader 读取工具", | |
| "homepage": "https://github.com/lingen/LLJsonReader", | |
| "license": "MIT", | |
| "authors": { | |
| "lingen": "lingen.liu@gmail.com" | |
| }, | |
| "platforms": { | |
| "ios": "9.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/lingen/LLJsonReader.git", | |
| "tag": "0.0.3" | |
| }, | |
| "source_files": [ | |
| "LLJsonReader", | |
| "LLJsonReader/**/*.{h,m}" | |
| ], | |
| "exclude_files": "LLJsonReader/Exclude", | |
| "frameworks": [ | |
| "UIKit", | |
| "Foundation" | |
| ] | |
| } |