blob: 05c35f5c0593628b6c7f74ff50fc81d9b6cdbd96 [file] [log] [blame]
{
"name": "RadialActivityIndicator",
"version": "1.0.0",
"summary": "Radial activity indicator with blur, gradient, progress.",
"homepage": "https://github.com/VladimirMilichenko/RadialActivityIndicatorSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vladimir Milichenko": "kventvova@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/VladimirMilichenko/RadialActivityIndicatorSwift.git",
"branch": "master",
"tag": "1.0.0"
},
"source_files": [
"Classes",
"RadialActivityIndicator/*.swift"
],
"exclude_files": "Classes/Exclude",
"frameworks": "UIKit",
"requires_arc": true
}