blob: 8c3e2aee8fb67d991af648769e98bbeaa100ac7c [file] [log] [blame]
{
"name": "HJUIKit",
"version": "0.0.2",
"summary": "HJUIKit是一个自己平时开发封装、所用到的一些轮子的记录,慢慢往里面添加一些平时用到的东西",
"homepage": "https://github.com/christhoper/HJUIKit",
"license": "MIT",
"authors": {
"hend": "309875551@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/christhoper/HJUIKit.git",
"tag": "0.0.2"
},
"source_files": [
"BaseKit",
"BaseKit/**/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"Masonry": [
],
"MJExtension": [
],
"MBProgressHUD": [
],
"ReactiveObjC": [
],
"MJRefresh": [
]
}
}