blob: c4aff3e7c71fde923c652392b2d236ca6fa8bee6 [file] [log] [blame]
{
"name": "MPFlipViewController",
"version": "0.0.1",
"summary": "Container view controller (iOS 5 containment API) that navigates between child view controllers via touch gestures and page-flip animations.",
"description": "A custom container view controller following the iOS 5 containment API that navigates between child view controllers via touch gestures and page-flip animations.",
"homepage": "http://markpospesel.com/2012/07/28/mpflipviewcontroller/",
"license": {
"type": "Modified BSD License",
"file": "Source Code License.rtf"
},
"authors": "Mark Pospesel",
"source": {
"git": "https://github.com/mpospese/MPFlipViewController.git",
"commit": "f75dc3455655bc540a8b523262f12d6b72caf8fe"
},
"platforms": {
"ios": "5.0"
},
"source_files": "Container",
"requires_arc": true,
"dependencies": {
"MPFoldTransition": [
]
}
}