blob: faaf3e70fa94a1434d7c4b7b444f2a7b71ee6184 [file] [log] [blame]
{
"name": "ScrollingPageControl",
"version": "0.1.1",
"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.1"
},
"social_media_url": "https://twitter.com/EmilioPelaez",
"platforms": {
"ios": "10.0"
},
"source_files": "ScrollingPageControl/Classes/**/*",
"frameworks": "UIKit",
"swift_version": "4.2"
}