| { | |
| "name": "SHValue", | |
| "version": "1.0.0", | |
| "summary": "The safe way to deal with JSON data in Objective-C.", | |
| "homepage": "https://github.com/shenhai193/SHValue", | |
| "license": { | |
| "type": "MIT", | |
| "file": "FILE_LICENSE" | |
| }, | |
| "authors": { | |
| "Charles Zou": "shenhai.cpp@icloud.com" | |
| }, | |
| "requires_arc": true, | |
| "platforms": { | |
| "osx": "10.9", | |
| "ios": "8.0", | |
| "watchos": "2.0", | |
| "tvos": "9.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/shenhai193/SHValue.git", | |
| "tag": "1.0.0" | |
| }, | |
| "source_files": "Source/*.{h,m}" | |
| } |