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