| { |
| "name": "HandyTool", |
| "version": "0.1.0", |
| "summary": "Most often used tool methods on iOS Development.", |
| "description": "Most often used tool methods on iOS Development.", |
| "homepage": "https://github.com/gaojinhsu/HandyTool", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "xugaojin": "xugaojin@babytree-inc.com" |
| }, |
| "source": { |
| "git": "https://github.com/gaojinhsu/HandyTool.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "HandyTool/Classes/**/*", |
| "public_header_files": "HandyTool/Classes/**/*.h", |
| "frameworks": "UIKit", |
| "compiler_flags": "-ObjC" |
| } |