blob: bc6e314dc8df51f0346746074ef0a032b7036ab5 [file] [log] [blame]
{
"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"
}