| { |
| "name": "ZBBaseUtility", |
| "version": "0.0.4", |
| "summary": "ZBBaseUtility", |
| "description": "HZBBaseUtility 肖志斌专用库", |
| "homepage": "http://www.jianshu.com/u/c2bf90d2bdf1", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "authors": { |
| "肖志斌": "373379320@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/k373379320/ZBBaseUtility.git", |
| "tag": "0.0.4" |
| }, |
| "source_files": [ |
| "Source", |
| "Source/**/*.{h,m}" |
| ], |
| "frameworks": [ |
| "UIKit", |
| "CoreFoundation", |
| "AVFoundation" |
| ], |
| "prefix_header_contents": "#import \"prefixHeader.h\"", |
| "public_header_files": [ |
| "Source", |
| "Source/**/*.h" |
| ], |
| "libraries": "z" |
| } |