| { |
| "name": "TZToolKit", |
| "version": "0.0.3", |
| "summary": "TZToolKit", |
| "description": " A collection of convenient code for Cocoa.\n", |
| "homepage": "https://github.com/hysteria/TZToolKit", |
| "license": "WTFPL", |
| "authors": { |
| "Zhou Hangqing": "zhouhangqing@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/hysteria/TZToolKit.git", |
| "tag": "0.0.3" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "TZToolKit": [ |
| "Pod/Assets/*.png" |
| ] |
| }, |
| "frameworks": [ |
| "AssetsLibrary", |
| "UIKIt" |
| ] |
| } |