blob: 0a9b84347e0c9a414b185f3cfe5a0fc733fdae1c [file] [log] [blame]
{
"name": "Interpolate",
"version": "1.2.1",
"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.2.1"
},
"social_media_url": "http://twitter.com/marmelroy",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"requires_arc": true,
"swift_version": "4.2",
"source_files": "Interpolate",
"frameworks": [
"QuartzCore",
"Foundation"
]
}