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