[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / a / 1 / ZYButton / 1.0.0 / ZYButton.podspec.json
blob60daed739b37608fb9911b87aa2b8f096ccef1b3
2   "name": "ZYButton",
3   "version": "1.0.0",
4   "summary": "ZYButton 是对 UIButton的封装库,采用UIButton上面添加UILabel和UIImagevView的方式来实现原生contentEdgeInsets和imageEdgeInsets的功能布局,使用维护简单,功能丰富。",
5   "homepage": "https://github.com/xuzeyu/ZYButton.git",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "XUZY": "topy-123@qq.com"
12   },
13   "platforms": {
14     "ios": "8.2"
15   },
16   "source": {
17     "git": "https://github.com/xuzeyu/ZYButton.git",
18     "tag": "1.0.0"
19   },
20   "source_files": "ZYButton/Classes/**/*",
21   "frameworks": [
22     "Foundation",
23     "UIKit"
24   ],
25   "dependencies": {
26     "Masonry": [
28     ]
29   }