blob: 4437164d91c70295a7fdcf021ae7e357ef1c21ba [file] [log] [blame]
{
"name": "ZXLUpload",
"version": "1.0.3",
"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.3"
},
"source_files": "Framework/ZXLUpload/*.{h,m}",
"resources": "Framework/ZXLUpload.bundle",
"frameworks": [
"SystemConfiguration",
"CoreTelephony",
"Photos"
],
"requires_arc": true,
"dependencies": {
"FMDB": [
]
}
}