blob: 4d9693a489fa8e036bacfb604dbceaa165eb177a [file] [log] [blame]
{
"name": "PathMorphing",
"version": "0.0.3",
"summary": "Tools for animating the transition between two CGPaths.",
"description": "PathMorphing provides tools for animating the transition between two CGPaths.",
"homepage": "https://github.com/AndreiArdelean1/PathMorphing",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrei Ardelean": "andrei1ardelean@yahoo.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/AndreiArdelean1/PathMorphing.git",
"tag": "0.0.3"
},
"source_files": "Source/**/*.{swift}",
"exclude_files": "Source/Exclude",
"frameworks": "UIKit",
"swift_version": "4.2",
"requires_arc": true
}