blob: c3131b0c7dcf252368ffa769f6dcd45f2271ce6c [file] [log] [blame]
{
"name": "DriftAnimationImageView",
"version": "1.0.0",
"summary": "View that performs slow translation and scale animations on its image.",
"description": "`UIImageView` subclass that performs random or custom slow translation and scale animations on its image.",
"homepage": "https://github.com/hectr/DriftAnimationImageView",
"screenshots": [
"https://raw.githubusercontent.com/hectr/DriftAnimationImageView/master/demo0.gif",
"https://raw.githubusercontent.com/hectr/DriftAnimationImageView/master/demo1.gif"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hèctor Marquès": "h@mrhector.me"
},
"social_media_url": "https://twitter.com/elnetus",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/hectr/DriftAnimationImageView.git",
"tag": "1.0.0"
},
"source_files": "Sources/*",
"xcconfig": {
"ENABLE_TESTABILITY[config=Debug]": "YES"
},
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}