[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 7 / 2 / 5 / SODownloader / 0.1.2 / SODownloader.podspec.json
blob5e9c5dafb03f4a46befffdc1674f019e2231c54b
2   "name": "SODownloader",
3   "version": "0.1.2",
4   "summary": "A simple downloader base on AFNetworking.",
5   "homepage": "https://github.com/scfhao/SODownloader",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "scfhao": "scfhao@126.com"
12   },
13   "source": {
14     "git": "https://github.com/scfhao/SODownloader.git",
15     "tag": "0.1.2"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "source_files": "SODownloader/Classes/*.{h,m}",
21   "dependencies": {
22     "AFNetworking": [
23       "~> 3.0"
24     ]
25   }