blob: e14b3c7c0b2e7f2f467d0244519ef1f547e8f8ca [file] [log] [blame]
{
"name": "SCSafariPageController",
"version": "1.0.0",
"platforms": {
"ios": "8.0"
},
"summary": "SCSafariPageController page view controller component that reproduces the behavior seen in Mobile Safari's tab switcher",
"description": " SCSafariPageController page view controller component that reproduces the behavior seen in Mobile Safari's tab switcher\n Features:\n - can zoom out, partially overlap and lean in pages similar to Safari\n - allows swipe to delete for one or multiple pages at the same time\n - increases the page angles when scrolling outside its bounds\n - can zoom into any of the pages \n - supports incremental updates\n and all the rest of the SCPageViewController niceties.\n",
"homepage": "https://github.com/stefanceriu/SCSafariPageController",
"authors": {
"Stefan Ceriu": "stefan.ceriu@yahoo.com"
},
"social_media_url": "https://twitter.com/stefanceriu",
"source": {
"git": "https://github.com/stefanceriu/SCSafariPageController.git",
"tag": "v1.0.0"
},
"license": {
"type": "MIT License",
"file": "LICENSE"
},
"source_files": "SCSafariPageController/**/*.{h,m}",
"resources": "SCSafariPageController/**/*.xib",
"dependencies": {
"SCPageViewController": [
]
}
}