blob: 53e9426c5ec4e71e074f866f81bf62245847f9e7 [file] [log] [blame]
{
"name": "SCPageViewController",
"version": "1.0.5",
"platforms": {
"ios": "5.0"
},
"summary": "SCPageViewController is a container controller which allows you to paginate other view controllers and build custom transitions.",
"description": " SCPageViewController is a container controller which allows you to paginate other view controllers and build custom transitions between them while providing correct physics and appearance calls.\n",
"homepage": "https://github.com/stefanceriu/SCPageViewController",
"authors": {
"Stefan Ceriu": "stefan.ceriu@yahoo.com"
},
"social_media_url": "https://twitter.com/stefanceriu",
"source": {
"git": "https://github.com/stefanceriu/SCPageViewController.git",
"tag": "v1.0.5"
},
"license": {
"type": "MIT License",
"file": "LICENSE"
},
"source_files": [
"SCPageViewController/*",
"SCPageViewController/Layouters/*"
],
"requires_arc": true,
"frameworks": [
"UIKit",
"QuartzCore",
"CoreGraphics",
"Foundation"
],
"screenshots": [
"https://dl.dropboxusercontent.com/u/12748201/SCPageViewController/SCPageViewController.gif"
]
}