blob: df1690a355d76522cc1c952d15945e574fbd6ae1 [file] [log] [blame]
{
"name": "PagerScrollView",
"version": "1.0.0",
"summary": "Easy to use Pager based on UIScrollView.",
"description": "This framework was made to easily add Pager-like interaction to any view.",
"homepage": "https://github.com/Axtel209/PagerScrollView",
"license": "MIT",
"authors": {
"Giorgio Doganiero": "doganierogiorgio@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Axtel209/PagerScrollView.git",
"tag": "1.0.0"
},
"source_files": "PagerScrollView/**/*",
"exclude_files": "PagerScrollView/**/*.plist",
"swift_version": "4.2",
"frameworks": "UIKit"
}