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