blob: 6863df45e9beacf75adae9950e6089698f4d53ba [file] [log] [blame]
{
"name": "FRLayeredNavigationController",
"version": "0.4.4",
"license": "Modified BSD",
"summary": "Layered navigation controller for hierarchical iPad apps.",
"homepage": "https://github.com/weissi/FRLayeredNavigationController",
"authors": {
"Johannes Weiß": "weiss@tux4u.de"
},
"source": {
"git": "https://github.com/weissi/FRLayeredNavigationController.git",
"tag": "v0.4.4"
},
"description": "FRLayeredNavigationController gives iPad developers a simple drop-in replacement for UINavigationController for great UIs. It is a view controller compositor which enables you to develop -- as we think -- great iPad apps. Influenced by the UI of the Twitter and Soundcloud iPad apps.",
"platforms": {
"ios": "5.0"
},
"ios": {
"source_files": "FRLayeredNavigationController/*.{h,m}"
},
"frameworks": "UIKit",
"requires_arc": true
}