[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 6 / 9 / 1 / TBSNavigationController / 0.2.0 / TBSNavigationController.podspec.json
blob9b7d9b08885aeca6de4826351ff539e43ad0f74f
2   "name": "TBSNavigationController",
3   "version": "0.2.0",
4   "summary": "自定义navigationController",
5   "description": "项目ViewController基类ViewDidLoad中执行reloadNavigationBar和removeNavigationBar创建和删除一个自定义的NavigationBar",
6   "homepage": "https://github.com/fupenghua/TBSNavigationController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "fupenghua": "390908980@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/fupenghua/TBSNavigationController.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "TBSNavigationController/Classes/**/*",
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ]