blob: 9c817f744b01de1209e57c43535e582e0349d7e2 [file] [log] [blame]
{
"name": "FFCircularProgressView",
"version": "0.1",
"summary": "An iOS 7-inspired blue circular progress view.",
"description": " This circular progress view is inspired by the new progress view in the App Store, iOS 7.\n Also the colors are taken from the new mobile operative system by Apple Inc.\n The progress view supports spinning and animates transition between progress 0 to 1.\n",
"homepage": "https://github.com/elbryan/FFCircularProgressView",
"screenshots": [
"https://raw.github.com/elbryan/FFCircularProgressView/master/Media/ss1.png",
"https://raw.github.com/elbryan/FFCircularProgressView/master/Media/ss2.png",
"https://raw.github.com/elbryan/FFCircularProgressView/master/Media/ss3.png",
"https://raw.github.com/elbryan/FFCircularProgressView/master/Media/ss4.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Fabiano Francesconi": "fabiano.francesconi@gmail.com"
},
"source": {
"git": "https://github.com/elbryan/FFCircularProgressView.git",
"tag": "0.1"
},
"platforms": {
"ios": null
},
"source_files": "FFCircularProgressView/FFCircularProgressView/*.{h,m}",
"frameworks": [
"CoreGraphics",
"QuartzCore"
],
"requires_arc": true
}