blob: 9e2ac76e1a1b3620fbc60c8a7a6b755d32cd0c44 [file] [log] [blame]
{
"name": "VSPagingScrollView",
"version": "1.0.4",
"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.4"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"public_header_files": "Classes/*.h",
"frameworks": "Foundation",
"requires_arc": true
}