blob: d0bceaec9e118e6256d3b1ac907390184894ffac [file] [log] [blame]
{
"name": "MBProgressHUDEasy",
"version": "1.0.1",
"summary": "MBProgressHUDEasy Kit",
"description": "MBProgressHUDEasy 开源库",
"platforms": {
"ios": "7.0"
},
"license": {
"type": "Copyright",
"text": "Zac Inc. 2017"
},
"homepage": "https://github.com/zac-wang/MyOtherLib.git",
"authors": {
"王志超": "love_iphone@qq.com"
},
"source": {
"git": "https://github.com/zac-wang/MyOtherLib.git",
"tag": "1.0.1"
},
"source_files": "MBProgressHUDEasy/**/*.{h,m,c,mm}",
"public_header_files": "MBProgressHUDEasy/**/*.{h}",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"ios": {
"dependencies": {
"MBProgressHUD": [
"~> 1.1.0"
]
}
}
}