[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / f / 9 / 3 / QFToolBar / 0.0.1 / QFToolBar.podspec.json
blob044850237f6fe18ad7a53e397fef4cc053c09240
2   "name": "QFToolBar",
3   "version": "0.0.1",
4   "summary": "定制的工具条,类似UITabBar,使用AutoLayout技术,支持横竖屏切换",
5   "homepage": "https://github.com/xx-li/QFToolBar",
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/QFToolBar.git",
15     "tag": "0.0.1"
16   },
17   "source_files": [
18     "QFToolBar/*",
19     "QFToolBar/**/*.{h,m}"
20   ],
21   "exclude_files": "QFToolBarDemo",
22   "frameworks": [
23     "Foundation",
24     "CoreGraphics",
25     "UIKit"
26   ],
27   "requires_arc": true,
28   "dependencies": {
29     "LXLayoutButton": [
30       "~> 0.0.1"
31     ]
32   }