blob: 2609f60ab0dec6fa675626ea43fbaea4e5eb406f [file] [log] [blame]
{
"name": "SCPageViewController",
"version": "1.1.4",
"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.1.4"
},
"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"
],
"dependencies": {
"SCScrollView": [
"~> 1.1"
]
}
}