[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 1 / 6 / RTRootNavigationController_WeexBox / 0.7.1 / RTRootNavigationController_WeexBox.podspec.json
blob5b87e24dc94ff321ed75e629f5ca82f3c5765a24
2   "name": "RTRootNavigationController_WeexBox",
3   "version": "0.7.1",
4   "summary": "Transparently make every view controller has its own navigation bar",
5   "description": "More and more apps use custom navigation bar for each different view controller, instead of one common, gloabal navigation bar.\n\nThis project just help develops to solve this problem in a tricky way, develops use this navigation controller in a farmilar way just like you used to be, and\nyou can have each view controller a individual navigation bar.",
6   "homepage": "https://github.com/aygtech/RTRootNavigationController_WeexBox",
7   "screenshots": [
8     "https://raw.githubusercontent.com/aygtech/RTRootNavigationController_WeexBox/master/ScreenShot/1.png",
9     "https://raw.githubusercontent.com/rickytan/RTRootNavigationController/master/ScreenShot/2.gif"
10   ],
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Mario": "myeveryheart@qq.com"
17   },
18   "source": {
19     "git": "https://github.com/aygtech/RTRootNavigationController_WeexBox.git",
20     "tag": "0.7.1"
21   },
22   "platforms": {
23     "ios": "7.0"
24   },
25   "default_subspecs": "Core",
26   "frameworks": [
27     "UIKit",
28     "Foundation"
29   ],
30   "subspecs": [
31     {
32       "name": "Core",
33       "source_files": "RTRootNavigationController/Classes/**/*"
34     },
35     {
36       "name": "Push",
37       "dependencies": {
38         "RTRootNavigationController/Core": [
40         ],
41         "RTInteractivePush": [
42           "~> 0.1.5"
43         ]
44       },
45       "xcconfig": {
46         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) RT_INTERACTIVE_PUSH=1"
47       }
48     }
49   ]