blob: 9bed85d700c60afef6377f069ce5a3b8ee8f3a0e [file] [log] [blame]
{
"name": "YZFrame",
"version": "1.0.0",
"summary": "YZFrame is an agile class library for development",
"homepage": "https://github.com/micyo202/YZFrame",
"license": "MIT",
"authors": {
"Yanzheng": "micyo202@163.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/micyo202/YZFrame.git",
"tag": "1.0.0"
},
"source_files": "YZFrame/Core/**/*.{h,m}",
"resources": "YZFrame/Resources/*.bundle",
"requires_arc": true,
"dependencies": {
"MBProgressHUD": [
"~> 1.1.0"
],
"YYKit": [
]
}
}