[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / e / 0 / 3 / UIViewController-TransparentNavBar / 1.3 / UIViewController-TransparentNavBar.podspec.json
blobee5d203cd0f70a0790ef331aab5e9f9af8d024aa
2   "name": "UIViewController-TransparentNavBar",
3   "version": "1.3",
4   "summary": "UIViewController-TransparentNavBar is a UIViewController category that can make the navigation bar transparent",
5   "homepage": "https://github.com/IdleHandsApps/UIViewController-TransparentNavBar/",
6   "description": "                       UIViewController-TransparentNavBar is a UIViewController category that can make the navigation bar transparent\n\nUsing this category, each view controller that is push onto the navigation stack can change the color of the nav bar\n\n[self setNavBarColor:[UIColor clearColor]] will set the nav bar transparent\n\n[self setNavBarColor:nil] will set the nav bar to the standard iOS color\n\n[self setNavBarColor:myUiColor] will set the nav bar to the color of myUiColor\n",
7   "license": "MIT",
8   "authors": {
9     "Fraser Scott-Morrison": "fraserscottmorrison@me.com"
10   },
11   "source": {
12     "git": "https://github.com/IdleHandsApps/UIViewController-TransparentNavBar.git",
13     "tag": "1.3"
14   },
15   "platforms": {
16     "ios": "5.0"
17   },
18   "source_files": "Classes/*.{h,m}",
19   "public_header_files": "Classes/*.h",
20   "requires_arc": true