[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / c / 9 / b / SafeNavigation / 0.0.2 / SafeNavigation.podspec.json
blob89138c7fc3ef08ceb1d3f81da5837a64963f1c34
2   "name": "SafeNavigation",
3   "version": "0.0.2",
4   "summary": "防止同时多次push导致的UINavigationController crash",
5   "description": "防止同时多次push导致的UINavigationController crash,防止同时多次push导致的UINavigationController crash",
6   "homepage": "https://github.com/xuvw/safePush.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "heke": "1052110478@qq.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/xuvw/safePush.git",
19     "tag": "0.0.2"
20   },
21   "source_files": [
22     "SafeNavigation/**/UINavigationController+HKExts.{h,m}",
23     "SafeNavigation/**/UIViewController+HKSafeExts.{h,m}"
24   ],
25   "frameworks": "UIKit",
26   "requires_arc": true