| { |
| "name": "QFToolBar", |
| "version": "0.0.1", |
| "summary": "定制的工具条,类似UITabBar,使用AutoLayout技术,支持横竖屏切换", |
| "homepage": "https://github.com/xx-li/QFToolBar", |
| "license": "MIT", |
| "authors": { |
| "xx-li": "13348782277@163.com" |
| }, |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "source": { |
| "git": "https://github.com/xx-li/QFToolBar.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": [ |
| "QFToolBar/*", |
| "QFToolBar/**/*.{h,m}" |
| ], |
| "exclude_files": "QFToolBarDemo", |
| "frameworks": [ |
| "Foundation", |
| "CoreGraphics", |
| "UIKit" |
| ], |
| "requires_arc": true, |
| "dependencies": { |
| "LXLayoutButton": [ |
| "~> 0.0.1" |
| ] |
| } |
| } |