blob: 0c416ff1d3c04840b3f9db41da43d80ebfa299b4 [file] [log] [blame]
{
"name": "KYFlipNavigationController",
"version": "0.1.0",
"summary": "A Custom NavigationController that use UIViewController to manager the UIViewCotroller which can use for push and pop",
"description": "This Custome NavigationContoller can easy be used in UITabBarController and UINavigationController, You can push a UINavigationController or UITabBarController in a UINavigationController like EasyNet News app.",
"homepage": "https://github.com/kyleYang/KYFlipNavigationController",
"license": "MIT",
"authors": {
"kyleYang": "yangzychina@gmail.com"
},
"source": {
"git": "https://github.com/kyleYang/KYFlipNavigationController.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"KYFlipNavigationController": [
"Pod/Assets/*.png"
]
}
}