[Add] BridgeKit 0.1.0
[CocoaPods.git] / Specs / 0 / 5 / f / JTNavigationController / 1.0.0 / JTNavigationController.podspec.json
blobbbf60011c2441c655455ac367d2748bf08c7e4dd
2   "name": "JTNavigationController",
3   "version": "1.0.0",
4   "summary": "NavigationController平滑切换页面",
5   "description": "一个类似网易云音乐和网易新闻页面切换效果的导航控制器.",
6   "homepage": "https://github.com/zhengbomo/JTNavigationController",
7   "license": "MIT",
8   "authors": {
9     "bomo": "zhengbomo@hotmail.com"
10   },
11   "source": {
12     "git": "https://github.com/zhengbomo/JTNavigationController.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "JTNavigationController/*.{h,m}",
20   "frameworks": [
21     "Foundation",
22     "UIKit"
23   ]