blob: 5062a1a9d92c78abfff3e8f076e0141b90895dc5 [file] [log] [blame]
{
"name": "ZXLUpload",
"version": "1.0.1",
"summary": "A Library for iOS to use for upload",
"homepage": "https://github.com/ZXLBoaConstrictor",
"license": "MIT",
"authors": {
"zhangxiaolong": "244061043@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ZXLBoaConstrictor/ZXLUpload.git",
"tag": "1.0.1"
},
"source_files": "Framework/ZXLUpload/*.{h,m}",
"resources": "Framework/ZXLUpload.bundle",
"frameworks": [
"SystemConfiguration",
"CoreTelephony",
"Photos"
],
"requires_arc": true,
"dependencies": {
"FMDB": [
]
}
}