| { |
| "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 |
| } |