blob: b1a3d976b25a68cd54250f08d79e27d949bd21d4 [file] [log] [blame]
{
"name": "VSPagingScrollView",
"version": "1.0.2",
"summary": "VSPagingScrollView is a UIScrollView with paging enabled. Works with utolayout",
"homepage": "https://github.com/poglicier/VSPagingScrollView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"poglicier": "poglicier@gmail.com"
},
"social_media_url": "https://www.facebook.com/valentin.shamardin",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/poglicier/VSPagingScrollView.git",
"tag": "1.0.2"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"public_header_files": "Classes/*.h",
"frameworks": "Foundation",
"requires_arc": true
}