blob: 6e07a8f336d017928e09db8345cc905510e331bd [file] [log] [blame]
{
"name": "SimpleIOSViewStackController",
"version": "0.2",
"summary": "A view stack based on a UINavigationController which navigates to previously registered UIViewControllers upon receiving NSNotifications.",
"description": "A view stack based on a UINavigationController which navigates to previously registered UIViewControllers upon receiving NSNotifications. See : http://www.garethshapiro.com/item/simple-ios-viewstack for more information and a tutorial.",
"homepage": "http://www.garethshapiro.com/item/simple-ios-viewstack",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Gareth Shapiro": "gareth@sebenza-systems.com"
},
"source": {
"git": "https://github.com/GarethShapiro/SimpleIOSViewStackController.git",
"tag": "0.2"
},
"platforms": {
"ios": "5.0"
},
"source_files": "*.{h,m}",
"requires_arc": true
}