blob: d4bedc16ccc2264fb0426e3ab133931f6f436a99 [file] [log] [blame]
{
"name": "ZLNavigationController",
"version": "0.0.1",
"summary": "This is a better navigation controller for iOS",
"description": "Like system navigation controller,better then UINavigationController",
"homepage": "https://github.com/PatrickChow/ZLNavigationController",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"PatrickChow": "zdxf@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/PatrickChow/ZLNavigationController.git",
"tag": "0.0.1"
},
"source_files": [
"ZLNavigationController/ZLNavigationController/Class",
"*.{h,m}"
],
"requires_arc": true
}