[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 9 / b / HVNavigationController / 0.0.1 / HVNavigationController.podspec.json
blob478b0106bcfd9d86c8bbd8a527b6d0171c88be97
2   "name": "HVNavigationController",
3   "version": "0.0.1",
4   "summary": "跳转到navigation栈中指定controller,移除栈中自定义区间的controller",
5   "description": "通过指定class 或则controller实例 跳转到navigation栈中指定controller,移除栈中自定义区间的controller",
6   "homepage": "https://github.com/1799874351/HVNavigationController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "hevim": "hevim0315@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/1799874351/HVNavigationController.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "**/*.{h,m}",
22   "public_header_files": "**/*.h",
23   "ios": {
24     "frameworks": "UIKit"
25   }