blob: ff58abaf5e305842521ab960a6c50e30e7811735 [file] [log] [blame]
{
"name": "ScrollingPageControl",
"version": "0.1.2",
"summary": "A custom page control that shows a maximum number of dots and scrolls to reveal more.",
"description": "ScrollingPageControl is a custom page control that shows a maximum number of dots and scrolls to reveal more.\nIt's inspired by Instagram implementation of the page control.",
"homepage": "https://github.com/EmilioPelaez/ScrollingPageControl",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"EmilioPelaez": "i.am@emiliopelaez.me"
},
"source": {
"git": "https://github.com/EmilioPelaez/ScrollingPageControl.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/EmilioPelaez",
"platforms": {
"ios": "10.0"
},
"source_files": "Sources/**/*.swift",
"frameworks": "UIKit",
"swift_versions": "5.1",
"swift_version": "5.1"
}