blob: 39f2bd5dc7879e9eed0cfcd90161c7706c43fa5a [file] [log] [blame]
{
"name": "VSPagingScrollView",
"version": "0.0.8",
"summary": "VSPagingScrollView is a UIScrollView with paging enabled based on Ray Wenderlich tutorial",
"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": "0.0.8"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"public_header_files": "Classes/*.h",
"frameworks": "Foundation",
"requires_arc": true
}