blob: d4a6453aa8cac45fa89db8ad6f4690e51572311c [file] [log] [blame]
{
"name": "HZORM",
"version": "0.1.1",
"summary": "HZORM provides a beautiful, simple ActiveRecord implementation to interact with the database.",
"homepage": "https://github.com/GeniusBrother/HZORM.git",
"license": "MIT",
"authors": {
"GeniusBrother": "zuohong_xie@163.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/GeniusBrother/HZORM.git",
"tag": "0.1.1"
},
"frameworks": "Foundation",
"public_header_files": "HZORM/Classes/**/*.h",
"source_files": "HZORM/Classes/**/*.{h,m}",
"dependencies": {
"FMDB": [
"~>2.7.0"
]
}
}