blob: cd527a4f3ff8f838edd4c188f1fc020908c199a4 [file] [log] [blame]
{
"name": "ACAnimator",
"version": "1.0.0",
"summary": "Animate anything on iOS or tvOS",
"description": "ACAnimator lets you animate almost anything on iOS or tvOS (including non-animatable properties). Can also be used to \"animate\" logical changes not just visual (e.g. fade in/out audio). It supports over 30 different easing functions and it uses `CADisplayLink` for optimal performance.",
"homepage": "https://github.com/acotilla91/ACAnimator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alejandro Cotilla": "acotilla91@gmail.com"
},
"source": {
"git": "https://github.com/acotilla91/ACAnimator.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/acotilla91",
"platforms": {
"ios": "10.0",
"tvos": "10.0"
},
"swift_version": "5.0",
"source_files": "ACAnimator/Classes/**/*"
}