| { |
| "name": "NRingProgressControl", |
| "version": "0.1.0", |
| "summary": "simple circle progress control", |
| "description": "simple animated ring progress control", |
| "homepage": "https://github.com/nunadly/NRingProgressControl", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "nunadly": "nunadly@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/nunadly/NRingProgressControl.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "ios": { |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ] |
| }, |
| "source_files": "NRingProgressControl/Classes/*.{h,m}" |
| } |