blob: a3d24970e30390144bba84fa9ea9d92ffa86da30 [file] [log] [blame]
{
"name": "FTHNavigationController",
"version": "1.0.2",
"summary": "This is a better navigation controller for iOS",
"description": "使用方法和UINavigationController一样,支持全屏,滑动更顺滑。正确的生命周期,性能高",
"homepage": "https://github.com/PatrickChow/FTHNavigationController",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"PatrickChow": "zdxf@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/PatrickChow/FTHNavigationController.git",
"tag": "1.0.2"
},
"source_files": [
"FTHNavigationController/",
"*.{h,m}"
],
"requires_arc": true
}