blob: e699e6bae68519074a70f9dd2aa0d6e0de408b1b [file] [log] [blame]
{
"name": "Interpolate",
"version": "1.3.0",
"summary": "Swift interpolation framework for gesture-driven animations.",
"description": "Interpolate is a Swift interpolation framework for creating interactive gesture-driven animations..",
"homepage": "https://github.com/marmelroy/Interpolate",
"license": "MIT",
"authors": {
"Roy Marmelstein": "marmelroy@gmail.com"
},
"source": {
"git": "https://github.com/marmelroy/Interpolate.git",
"tag": "1.3.0"
},
"social_media_url": "http://twitter.com/marmelroy",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"requires_arc": true,
"swift_versions": "4.2",
"source_files": "Interpolate",
"frameworks": [
"QuartzCore",
"Foundation"
],
"swift_version": "4.2"
}