| { |
| "name": "PPFGradualProgressView", |
| "version": "0.0.1", |
| "summary": "可随意更改大小,可渐变的进度条", |
| "description": "use to show resize and gradual color progress bar", |
| "homepage": "https://github.com/panpengfei21/PPFProgressViewDemo", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "潘鹏飞": "49594857@qq.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "swift_versions": "5.0", |
| "source": { |
| "git": "https://github.com/panpengfei21/PPFProgressViewDemo.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": "PPFProgressViewDemo/sources/*.swift", |
| "frameworks": "UIKit", |
| "requires_arc": true, |
| "swift_version": "5.0" |
| } |