[Add] ZJSDK 2.5.8.10
[CocoaPods.git] / Specs / 2 / f / 1 / LXToolBar / 0.2 / LXToolBar.podspec.json
blob3a12317214d223511b6adfeb9ab8232d19e7f2c0
2   "name": "LXToolBar",
3   "version": "0.2",
4   "summary": "定制的工具条,类似UITabBar,基于AutoLayout支持横竖屏切换",
5   "homepage": "https://github.com/xx-li/LXToolBar",
6   "license": "MIT",
7   "authors": {
8     "xx-li": "13348782277@163.com"
9   },
10   "platforms": {
11     "ios": "6.0"
12   },
13   "source": {
14     "git": "https://github.com/xx-li/LXToolBar.git",
15     "tag": "0.2"
16   },
17   "source_files": [
18     "LXToolBar/*",
19     "LXToolBar/**/*.{h,m}"
20   ],
21   "exclude_files": "LXToolBarDemo",
22   "frameworks": [
23     "Foundation",
24     "CoreGraphics",
25     "UIKit"
26   ],
27   "requires_arc": true