blob: 2c97781ff3ffffec91e0d3cee45a901f24c99ae2 [file] [log] [blame]
{
"name": "HanlyKit",
"version": "0.0.1",
"summary": "A common Kit used on iOS.",
"description": "It is a common Kit used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/LingyeHan/HanlyKit",
"license": "MIT",
"authors": {
"HanLingye": "lingye.han@gmail.com"
},
"source": {
"git": "https://github.com/LingyeHan/HanlyKit.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"public_header_files": "HanlyKit/**/*.h",
"source_files": "HanlyKit/**/*",
"frameworks": [
"Foundation",
"UIKit"
]
}