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