blob: d83e1a8cef7030d245763a3b198543599c9b6557 [file] [log] [blame]
{
"name": "ZHBaseKit",
"version": "1.0.2",
"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.2"
},
"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": [
]
}
}