[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / 1 / 3 / KYFlipNavigationController / 0.1.0 / KYFlipNavigationController.podspec.json
blob0c416ff1d3c04840b3f9db41da43d80ebfa299b4
2   "name": "KYFlipNavigationController",
3   "version": "0.1.0",
4   "summary": "A Custom NavigationController that use UIViewController to manager the UIViewCotroller which can use for push and pop",
5   "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.",
6   "homepage": "https://github.com/kyleYang/KYFlipNavigationController",
7   "license": "MIT",
8   "authors": {
9     "kyleYang": "yangzychina@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/kyleYang/KYFlipNavigationController.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "KYFlipNavigationController": [
22       "Pod/Assets/*.png"
23     ]
24   }