blob: ed5acd920ca0ea2e482a7a202e9aad2df32799c5 [file] [log] [blame]
{
"name": "Bezzy",
"version": "1.3.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.3.0"
},
"requires_arc": true,
"swift_versions": "4.2",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"ios": {
"source_files": "Bezzy.swift"
},
"osx": {
"source_files": "Bezzy.swift"
},
"swift_version": "4.2"
}