blob: 1b385e4831361ac04801b3d8953178472dc8c9d8 [file] [log] [blame]
{
"name": "HYBaseLibrary",
"version": "0.0.1",
"summary": "A Library used on iOS.",
"description": " It is a Library used on iOS, which implement by Objective-C.\n",
"homepage": "https://github.com/huxiaoyang/HYBaseLibrary",
"license": "MIT",
"authors": {
"huxiaoyang": "huxiaoyang@rsct.com"
},
"source": {
"git": "https://github.com/huxiaoyang/HYBaseLibrary.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "HYBaseLibrary/*",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}