| { |
| "name": "LoadingIndicatorLayer", |
| "version": "0.0.1", |
| "summary": "A CALayer based loading indicator.", |
| "description": "A lightweight loading indicator using CALayer.", |
| "homepage": "https://github.com/yokoe/loading-indicator-layer", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Sota Yokoe": "info@kreuz45.com" |
| }, |
| "source": { |
| "git": "https://github.com/yokoe/loading-indicator-layer.git", |
| "tag": "0.0.1" |
| }, |
| "platforms": { |
| "osx": "10.9" |
| }, |
| "source_files": "LoadingIndicatorLayer/Classes/**/*", |
| "xcconfig": { |
| "SWIFT_VERSION": "3" |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |