| { |
| "name": "Jsonful", |
| "version": "4.2.1", |
| "summary": "Jsonful可以让你像JavaScript使用JSON一样使用iOS原生数据和模型.", |
| "homepage": "https://github.com/tianziyao/Jsonful", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "tianziyao": "ziyao.tian@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/tianziyao/Jsonful.git", |
| "tag": "4.2.1" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "swift_versions": "4.2", |
| "source_files": "Jsonful/Classes/**/*", |
| "ios": { |
| "frameworks": [ |
| "Foundation", |
| "UIKit", |
| "CoreGraphics" |
| ] |
| }, |
| "swift_version": "4.2" |
| } |