blob: c711a8a8b211cba15bdc2a5de6421edb7f6c58fa [file] [log] [blame]
{
"name": "TableScrollNavigation",
"version": "0.1.1",
"summary": "A subclass of UINavigationController that provides a table on top of navigation bar to show the stack of the navigations",
"description": "This CocoaPod provides the ability to show a stack of navigation on your app through a table at the top of navigation bar. The table is scrolling to maximize the content view. It is similar to the navigation bar you can see in Explore tab of the App Store where users can see their navigation stacks of the categories and sub-categories that they select\"",
"homepage": "https://github.com/chan1cyrus2/TableScrollNavigation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Cyrus Chan": "chan1cyrus2@gmail.com"
},
"source": {
"git": "https://github.com/chan1cyrus2/TableScrollNavigation.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"TableScrollNavigation": [
"Pod/Assets/*.png",
"Pod/Classes/**/*.xib"
]
}
}