[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / 2 / 5 / SODownloader / 0.1.1 / SODownloader.podspec.json
blob75c774f623deb0b9b4c09c62425ecee12c984ea3
2   "name": "SODownloader",
3   "version": "0.1.1",
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.1"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "source_files": "SODownloader/Classes/*.{h,m}",
21   "dependencies": {
22     "AFNetworking": [
23       "~> 3.0"
24     ]
25   }