blob: 6dfe4be082a96f593893e0f04bc013a1d106d899 [file] [log] [blame]
{
"name": "CRNavigationController",
"version": "1.1",
"summary": "A UINavigationController subclass that brings about a more vivid, brighter UINavigationBar.",
"description": " \t\t CRNavigationController is a UINavigationController subclass that brings about a more vivid, brighter UINavigationBar. In light of iOS 7 bringing us the wonders of translucency, it's difficult to obtain bright and flush colors. This library solves that predicament.\n",
"homepage": "http://www.github.com/croberts22/CRNavigationController",
"license": "MIT",
"authors": {
"Corey Roberts": "croberts22@utexas.edu"
},
"source": {
"git": "https://github.com/croberts22/CRNavigationController.git",
"tag": "1.1"
},
"social_media_url": "https://twitter.com/spacepyro/",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Classes/*.{h,m}",
"osx": {
"exclude_files": "Classes/ios"
}
}