blob: e08da507229e0421f332af0d75bfa1ef3619cbc7 [file] [log] [blame]
{
"name": "HLBaseKit",
"version": "0.0.1",
"summary": "An IM App Framework, support data and view.",
"homepage": "https://github.com/yeffcool/HLBaseKit",
"license": "MIT",
"authors": {
"Hanks Han": "524503467@qq.com"
},
"source": {
"git": "https://github.com/yeffcool/HLBaseKit.git",
"tag": "0.0.1"
},
"frameworks": [
"Foundation",
"UIKit"
],
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"HKBaseKit",
"HKBaseKit/**/*.{h,m}"
],
"resources": [
"HKBaseKit",
"HLBaseKit/Resources/*"
],
"dependencies": {
"pop": [
"~> 1.0.8"
]
}
}