blob: b7efab440d4c3d871a14e2f9579f4e5581ce2852 [file] [log] [blame]
{
"name": "MSNavigationSwipeController",
"version": "0.0.1",
"summary": "Subclass of UINavigationController to add 'swipe right to go back' gesture recognizer like most apps (Facebook, Tweetbot) already do.",
"homepage": "https://github.com/MarcoSero/MSNavigationSwipeController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Marco Sero": "marco@marcosero.com"
},
"source": {
"git": "https://github.com/MarcoSero/MSNavigationSwipeController.git",
"commit": "6f75fc3ad8018ec19c038e56d6346fa045d2dee3"
},
"platforms": {
"ios": "4.3"
},
"source_files": [
"Classes",
"MSNavigationSwipeController/*.{h,m}"
],
"requires_arc": true
}