[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 1 / f / WYProgressView / 0.0.2 / WYProgressView.podspec.json
blob5e155b09d77267eb82c3bf0d395a53f9ffcaee31
2   "name": "WYProgressView",
3   "version": "0.0.2",
4   "summary": "按钮改造成进度条。",
5   "description": "直接调用UIButton扩展类,添加参数即可快速搭建进度条。",
6   "homepage": "https://github.com/wuyaGit/WYProgressView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "youngBi": "407671883@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/wuyaGit/WYProgressView.git",
19     "tag": "0.0.2"
20   },
21   "source_files": [
22     "WYProgressView",
23     "WYProgressView/**/*.{h,m}"
24   ],
25   "frameworks": [
26     "Foundation",
27     "UIKit"
28   ],
29   "requires_arc": true