| { |
| "name": "Squircle", |
| "version": "2.2.0", |
| "summary": "Squircle rounding corner for UIView", |
| "description": "Lightweight library to apply a squircle rounded corner to any UIView or CALayer.", |
| "homepage": "https://github.com/neobeppe/Squircle", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Giuseppe Travasoni": "giuseppe.travasoni@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/neobeppe/Squircle.git", |
| "tag": "2.2.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "Squircle/**/*", |
| "frameworks": [ |
| "UIKit", |
| "QuartzCore", |
| "CoreGraphics" |
| ], |
| "swift_version": "5.0" |
| } |