blob: c22837e2e64b00edc07cc5752639c0c1b0362478 [file] [log] [blame]
{
"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"
}