[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 8 / 6 / 5 / JCDownloader / 0.1.5 / JCDownloader.podspec.json
blobd98627cecb077cd9606f151d179b4b9507e06801
2   "name": "JCDownloader",
3   "version": "0.1.5",
4   "license": "MIT",
5   "summary": "A useful iOS download framework based on AFNetworking.",
6   "homepage": "https://github.com/Boych/JCDownloader",
7   "authors": {
8     "ChenJianjun": "ioschen@foxmail.com"
9   },
10   "source": {
11     "git": "https://github.com/Boych/JCDownloader.git",
12     "tag": "0.1.5"
13   },
14   "source_files": "JCDownloader/*.{h,m}",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "dependencies": {
20     "AFNetworking": [
21       "~> 3.1.0"
22     ]
23   }