[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / 5 / 2 / 4 / XBButton / 0.0.1 / XBButton.podspec.json
blob7367652fecfd9c321a9b4791b4c629c5745fc27e
2   "name": "XBButton",
3   "version": "0.0.1",
4   "summary": "自定义button,比UIButton更加方便",
5   "description": "便于同时展示图片和文字的情景,支持图片在左、图片在右、图片在上、图片在下模式,支持内容(图片和文字)居中、上、下、左、右对齐,支持设置内容到对齐边的间距,支持设置图文间距",
6   "homepage": "https://github.com/huisedediao/XBButton",
7   "license": {
8     "type": "MIT",
9     "file": "FILE_LICENSE"
10   },
11   "authors": {
12     "谢贤彬": "401758785@qq.com"
13   },
14   "platforms": {
15     "ios": null
16   },
17   "source": {
18     "git": "https://github.com/huisedediao/XBButton.git",
19     "tag": "0.0.1"
20   },
21   "source_files": "XBButton/*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "Masonry": [
26     ]
27   }