blob: 2f3de249af1e5d043233eb86ab9a13b5b850a50d [file] [log] [blame]
{
"name": "Bezzy",
"version": "1.4.0",
"summary": "Bezzy is a collection of simple helpers for building UIBezierPaths.",
"homepage": "https://github.com/dclelland/Bezzy",
"license": {
"type": "MIT"
},
"authors": {
"Daniel Clelland": "daniel.clelland@gmail.com"
},
"source": {
"git": "https://github.com/dclelland/Bezzy.git",
"tag": "1.4.0"
},
"requires_arc": true,
"swift_versions": "5.0",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"ios": {
"source_files": "Bezzy.swift"
},
"osx": {
"source_files": "Bezzy.swift"
},
"swift_version": "5.0"
}