[Add] RegulaCommonNightly 7.5.947
[CocoaPods.git] / Specs / d / 5 / 9 / DriftAnimationImageView / 0.1.0 / DriftAnimationImageView.podspec.json
blobbc510b603ba618a4338aca091b367bf5cb0b3203
2   "name": "DriftAnimationImageView",
3   "version": "0.1.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": "MIT",
12   "authors": {
13     "hectr": "h@mrhector.me"
14   },
15   "source": {
16     "git": "https://github.com/hectr/DriftAnimationImageView.git",
17     "tag": "0.1.0"
18   },
19   "social_media_url": "https://twitter.com/hectormarquesra",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "requires_arc": true,
24   "source_files": "Pod/Classes/**/*",
25   "resource_bundles": {
26     "DriftAnimationImageView": [
27       "Pod/Assets/*.png"
28     ]
29   },
30   "frameworks": "UIKit"