blob: 2f8f4977b996a540b62c8ed9d72a5120c8d5bfda [file] [log] [blame]
{
"name": "Metron",
"version": "1.0.1",
"summary": "Gemeometry, simplified.",
"description": "Metron is a comprehensive collection of geometric functions and types that extend the 2D geometric primitives provided by CoreGraphics.",
"homepage": "https://github.com/toineheuvelmans/Metron",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Toine Heuvelmans": "toine@algorithmic.me"
},
"source": {
"git": "https://github.com/toineheuvelmans/Metron.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/toineheuvelmans",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": [
"Metron/Classes/**/*",
"Metron/Protocols/**/*"
],
"pushed_with_swift_version": "3.0"
}