blob: 1d11f6b612bf17090a6ac6c0fa8b57fd0cb51e28 [file] [log] [blame]
{
"name": "StickyDots",
"version": "1.0.0",
"summary": "A page indicator with a little bit of style",
"swift_versions": [
"4.0",
"4.2",
"5.0",
"5.1"
],
"frameworks": "UIKit",
"platforms": {
"ios": "10.0"
},
"description": "StickyDots is a page indicator that looks like the vanilla iOS page indicator, but adds a cool animation when you scroll. Attach it to a UIScrollView of your choice and it will automatically configure itself to display the correct information.",
"homepage": "https://github.com/bd452/StickyDots",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bryce Dougherty": "bryce.dougherty@gmail.com"
},
"source": {
"git": "https://github.com/bd452/StickyDots.git",
"tag": "1.0.0"
},
"source_files": "StickyDots/*.swift",
"swift_version": "5.1"
}