[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / a / 4 / BGFileDownloadOperation / 0.0.1 / BGFileDownloadOperation.podspec.json
blob725471e07d86923658d38b077ff77ae81fa17ecd
2   "name": "BGFileDownloadOperation",
3   "version": "0.0.1",
4   "summary": "A file download operation use NSURLSession.",
5   "description": "A file download operation use NSURLSession which can resume download.",
6   "homepage": "https://github.com/xiongbengang/FileDownloadOperation",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "bengang": "316379737@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/xiongbengang/FileDownloadOperation.git",
16     "tag": "0.0.1",
17     "submodules": true
18   },
19   "source_files": [
20     "Classes",
21     "Classes/**/*"
22   ],
23   "public_header_files": "Classes/**/*.h",
24   "platforms": {
25     "ios": "7.0"
26   }