blob: bc510b603ba618a4338aca091b367bf5cb0b3203 [file] [log] [blame]
{
"name": "DriftAnimationImageView",
"version": "0.1.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": "MIT",
"authors": {
"hectr": "h@mrhector.me"
},
"source": {
"git": "https://github.com/hectr/DriftAnimationImageView.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/hectormarquesra",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DriftAnimationImageView": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}