[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 5 / 9 / DriftAnimationImageView / 1.0.0 / DriftAnimationImageView.podspec.json
blobc3131b0c7dcf252368ffa769f6dcd45f2271ce6c
2   "name": "DriftAnimationImageView",
3   "version": "1.0.0",
4   "summary": "View that performs slow translation and scale animations on its image.",
5   "description": "`UIImageView` subclass that performs random or custom slow translation and scale animations on its image.",
6   "homepage": "https://github.com/hectr/DriftAnimationImageView",
7   "screenshots": [
8     "https://raw.githubusercontent.com/hectr/DriftAnimationImageView/master/demo0.gif",
9     "https://raw.githubusercontent.com/hectr/DriftAnimationImageView/master/demo1.gif"
10   ],
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Hèctor Marquès": "h@mrhector.me"
17   },
18   "social_media_url": "https://twitter.com/elnetus",
19   "platforms": {
20     "ios": "8.0",
21     "tvos": "9.0"
22   },
23   "source": {
24     "git": "https://github.com/hectr/DriftAnimationImageView.git",
25     "tag": "1.0.0"
26   },
27   "source_files": "Sources/*",
28   "xcconfig": {
29     "ENABLE_TESTABILITY[config=Debug]": "YES"
30   },
31   "frameworks": "UIKit",
32   "pushed_with_swift_version": "3.0"