blob: b710b6cb0b5c5bb772696f96bbcda629fb3f0157 [file] [log] [blame]
{
"name": "LRCircularProgressView",
"version": "0.1",
"summary": "LRCircularProgressView is a simple view to display and animate progress.",
"homepage": "https://github.com/t4l0s/LRCircularProgressView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lukas Riebel": "t4l0s@theriebel.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/t4l0s/LRCircularProgressView.git",
"tag": "0.1"
},
"source_files": "src/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}