[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 5 / 1 / 8 / MBFileDownloader / 0.2 / MBFileDownloader.podspec.json
blob6ed6569612ee279ee92c9643b06428f3421a8a63
2   "name": "MBFileDownloader",
3   "version": "0.2",
4   "summary": "File Downloader",
5   "description": "Simple file downloader for iOS based on NSURLConnection. Downloader writes the data into file, not into memory.",
6   "homepage": "https://github.com/maximbilan/MBFileDownloader",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Maxim Bilan": "maximb.mail@gmail.com"
12   },
13   "platforms": {
14     "ios": "6.0"
15   },
16   "source": {
17     "git": "https://github.com/maximbilan/MBFileDownloader.git",
18     "tag": "0.2"
19   },
20   "source_files": [
21     "Classes",
22     "MBFileDownloader/Sources/**/*.{h,m}"
23   ],
24   "requires_arc": true