[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 4 / 3 / Cribug / 0.0.1 / Cribug.podspec.json
blob3e2c2c7ec21ccc9cccb1dec6a8ba0d17daa55f10
2   "name": "Cribug",
3   "version": "0.0.1",
4   "swift_version": "4.0",
5   "summary": "Cribug is a lightweight, pure-Swift download framework.",
6   "homepage": "https://github.com/Initial-C/Cribug",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "InitialC": "iwilliamchang@outlook.com"
13   },
14   "source": {
15     "git": "https://github.com/Initial-C/Cribug.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "Cribug/*.swift",
22   "requires_arc": true,
23   "pod_target_xcconfig": {
24     "SWIFT_VERSION": "4.0"
25   }