blob: aba84d523b1b0ab76f873372b90477ed4584f260 [file] [log] [blame]
{
"name": "UICircularProgressRing",
"version": "3.1.0",
"summary": "A highly customizable circular progress bar for iOS written in Swift",
"description": "A highly customizable circular progress bar for iOS written in Swift, with Interface Builder support.",
"homepage": "https://github.com/luispadron/UICircularProgressRing",
"screenshots": [
"https://raw.githubusercontent.com/luispadron/UICircularProgressRing/master/.github/banner.png",
"https://raw.githubusercontent.com/luispadron/UICircularProgressRing/master/.github/demo.gif"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Luis Padron": "heyluispadron@gmail.com"
},
"social_media_url": "https://luispadron.com",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/luispadron/UICircularProgressRing.git",
"tag": "v3.1.0"
},
"source_files": [
"src/UICircularProgressRing",
"src/UICircularProgressRing/**/*.{h,m}"
]
}