blob: ea27d7b5627e289d43544fb3a2f7822534010417 [file] [log] [blame]
{
"name": "Interpolator",
"version": "0.1",
"summary": "Swift implementation of Android interpolators",
"description": "Interpolator adds interpolators from Android to your Swift apps",
"homepage": "https://github.com/olejnjak/Interpolator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jakub Olejník": "olejnjak@gmail.com"
},
"social_media_url": "https://twitter.com/olejnjak",
"source": {
"git": "https://github.com/olejnjak/Interpolator.git",
"tag": "0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Interpolator/*.swift",
"swift_versions": "5.0",
"swift_version": "5.0"
}