[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 3 / 4 / b / JHButton / 0.3.0 / JHButton.podspec.json
blobd2002dd779c870f2526af8e52385377582738329
2   "name": "JHButton",
3   "version": "0.3.0",
4   "summary": "自定义图文按钮,使用masonry.",
5   "description": "图文按钮.",
6   "homepage": "https://github.com/jackiehu/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "HU": "814030966@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/jackiehu/JHButton.git",
16     "tag": "0.3.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "JHButton/JHButton/JHButton/**/*.{h,m}",
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "requires_arc": true,
27   "dependencies": {
28     "Masonry": [
30     ]
31   }