| { | |
| "name": "ZLTabBarController", | |
| "version": "0.0.1", | |
| "summary": "custom tabbarcontroller", | |
| "homepage": "https://github.com/zingwin/ZLTabBarController", | |
| "license": "MIT", | |
| "authors": { | |
| "zwin": "zuozuihaodezijizl@qq.com" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/zingwin/ZLTabBarController.git", | |
| "tag": "0.0.1" | |
| }, | |
| "frameworks": "UIKit", | |
| "source_files": [ | |
| "ZLTabBarController", | |
| "ZLTabBarController/**/*.{h,m}" | |
| ], | |
| "requires_arc": true | |
| } |