blob: 50a904f308aecef4ee5e62ab51cf43f78773c8da [file] [log] [blame]
{
"name": "KKNavigationController",
"version": "0.3",
"summary": "Parallax NavigationController",
"description": " A longer description of KKNavigationController in Markdown format.\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n",
"homepage": "https://github.com/Coneboy-k/KKNavigationController",
"license": "MIT (LICENSE)",
"authors": {
"Coneboy_k": "admin@coneboy.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/Coneboy-k/KKNavigationController.git",
"tag": "0.3"
},
"source_files": [
"KKNavigationController",
"KKNavigationController/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit",
"QuartzCore"
],
"requires_arc": true
}