[Add] TTSDK-iOS 2.0.2
[CocoaPods.git] / Specs / 8 / 6 / 5 / JCDownloader / 0.1.2 / JCDownloader.podspec.json
blobcc816870aef2d7d3d6a71a62f19d3828def1531c
2   "name": "JCDownloader",
3   "version": "0.1.2",
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.2"
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   }