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