blob: f79e36ee938f9b484c0973e597960dcda0f1cad8 [file] [log] [blame]
{
"name": "BMExtendablePageController",
"version": "0.1.0",
"summary": "An UIPageController replacement supporting custom and continuous transitions.",
"description": " A replacement for UIPageController / NSPageController, because we need custom transitions!\t\t\t\t\t\t\t\t\t\tBMExtPageController is a drop in - replacement and mirrors almost all functionalities found in UIPageController so if you’ve been starting a project already and you feel limited with default transition styles and behavior offered - give BMExtPageController a try.\n",
"homepage": "https://github.com/elchbenny/BMExtPageController",
"license": "MIT",
"authors": {
"Benjamin Müller": "elchbenny@googlemail.com"
},
"source": {
"git": "https://github.com/elchbenny/BMExtPageController.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": [
"BMExtendablePageController",
"BMExtendablePageController/**/*.{h,m}"
],
"frameworks": "QuartzCore",
"requires_arc": true
}