{ | |
"name": "FJDownLoad", | |
"version": "0.0.1", | |
"summary": "A short description of FJDownLoad.", | |
"description": "desc desc", | |
"homepage": "https://gitee.com/kongfanji", | |
"license": "MIT", | |
"authors": { | |
"kongfanji": "392843367@qq.com" | |
}, | |
"platforms": { | |
"ios": "9.0" | |
}, | |
"source": { | |
"git": "https://gitee.com/kongfanji/FJDownLoad.git", | |
"tag": "0.0.1" | |
}, | |
"source_files": [ | |
"FJDownLoad", | |
"FJDownLoad/FJDownLoad/FJDownload/*.{h,m}" | |
], | |
"requires_arc": true, | |
"dependencies": { | |
"AFNetworking": [ | |
"~> 3.2.0" | |
] | |
} | |
} |