blob: bf27ba79f609f4eecdde8eb4f02fda0930dea0bb [file] [log] [blame]
{
"name": "ZHBaseKit",
"version": "1.0.0",
"summary": "ZHBaseKit",
"description": "A framework for data-driven UI and rapid development.",
"homepage": "https://github.com/Panzhenghui/ZHBaseKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"PZH": "1505517260@qq.com"
},
"source": {
"git": "https://github.com/Panzhenghui/ZHBaseKit.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "ZHBaseKit/Classes/**/*.{h,m}",
"public_header_files": "ZHBaseKit/Classes/ZHBaseKit/*.h",
"frameworks": [
"UIKit",
"Foundation",
"AVFoundation"
],
"dependencies": {
"Masonry": [
]
}
}