| { |
| "name": "BIZCircularProgressView", |
| "version": "1.0.0", |
| "summary": "BIZCircularProgressView is a subclass of UIView that adds round progress view with timer.", |
| "homepage": "https://github.com/bizibizi/BIZCircularProgressView", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Igor Bizi": "igorbizi@mail.ru" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/bizibizi/BIZCircularProgressView.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "Classes/*.{h,m}", |
| "public_header_files": "Classes/*.h", |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ], |
| "requires_arc": true |
| } |