| { |
| "name": "AgileJSON", |
| "version": "0.1.1", |
| "summary": "AgileJSON, a replacement of HandyJSON, WIP...", |
| "homepage": "https://github.com/suxinde2009/AgileJSON", |
| "license": "MIT", |
| "authors": { |
| "suxinde2009": "suxinde2009@126.com" |
| }, |
| "source": { |
| "git": "https://github.com/suxinde2009/AgileJSON.git", |
| "tag": "0.1.1" |
| }, |
| "swift_versions": "4.0", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": [ |
| "AgileJSON/**/*.h", |
| "Source/**/*.{h,m,swift}" |
| ], |
| "public_header_files": [ |
| "AgileJSON/**/*.h", |
| "Source/**/*.h" |
| ], |
| "swift_version": "4.0" |
| } |