| { |
| "name": "Squircle", |
| "version": "1.0.0", |
| "summary": "Squircle rounding corner for UIView", |
| "description": "Lightweight library to apply a squircle rounded corner to any UIView.\nYou can apply", |
| "homepage": "https://github.com/AlphaSheeps/Squircle", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Giuseppe Travasoni": "giuseppe.travasoni@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/AlphaSheeps/Squircle.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "Squircle/**/*", |
| "frameworks": "UIKit", |
| "swift_version": "4.0" |
| } |