blob: fdb79e96ebb28d2f208824a8d46097dd1570f7ce [file] [log] [blame]
{
"name": "HFKit",
"version": "0.0.1",
"summary": "基于UIKit 希望能简化UIKit 的设置 快速开发",
"description": " 基于UIKit 希望能简化UIKit 的设置 快速开发 支持cocoapod\n",
"homepage": "https://github.com/helfyz/HFKit",
"license": "MIT",
"authors": {
"helfy": "562812743@qq.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/helfyz/HFKit.git",
"tag": "0.0.1"
},
"source_files": "HFKit/**/*.{h,m}",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"Masonry": [
"~> 0.6.1"
]
}
}