[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / a / f / WLProgressView / 1.0.5 / WLProgressView.podspec.json
blobea4a004c8195c0bb65d67284382089550cdc9505
2   "name": "WLProgressView",
3   "version": "1.0.5",
4   "summary": "A description of WLProgressView.自定义进度条.",
5   "description": "this project provide progress view for iOS developer.自定义进度条,实现了圆角弧度效果,可选择播放动画效果,需要引用masonry,在podfile中添加pod 'WLProgressView',执行pod,即可使用。也可直接使用Demo的WLProgressView文件。",
6   "homepage": "https://github.com/iameternal/WLProgressView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "liuyabo": "liuyabo_weixiao@163.com"
13   },
14   "platforms": {
15     "ios": null
16   },
17   "source": {
18     "git": "https://github.com/iameternal/WLProgressView.git",
19     "tag": "1.0.5"
20   },
21   "source_files": [
22     "Classes",
23     "WLProgressView/Classes/**/*.{h,m}"
24   ],
25   "exclude_files": "Classes/Exclude",
26   "public_header_files": "WLProgressView/Classes/**/*.h",
27   "frameworks": "UIKit",
28   "requires_arc": true,
29   "dependencies": {
30     "Masonry": [
32     ]
33   }