blob: 0c67cb8f4fda28025144c5df59e50dd534b53ee3 [file] [log] [blame]
{
"name": "SCScrollView",
"version": "1.0.2",
"platforms": {
"ios": "5.0"
},
"summary": "Custom scroll view subclass used in the stack and page view controllers",
"homepage": "https://github.com/stefanceriu/SCScrollView",
"authors": {
"Stefan Ceriu": "stefan.ceriu@yahoo.com"
},
"social_media_url": "https://twitter.com/stefanceriu",
"source": {
"git": "https://github.com/stefanceriu/SCScrollView.git",
"tag": "v1.0.2"
},
"license": {
"type": "MIT License",
"file": "LICENSE"
},
"source_files": "SCScrollView/*",
"requires_arc": true,
"frameworks": [
"UIKit",
"QuartzCore",
"Foundation"
]
}