[Deprecate] CHAT360IOS_SDK 1.0.8
[CocoaPods.git] / Specs / e / 7 / 9 / Zoetrope / 1.1.0 / Zoetrope.podspec.json
blob8da27ef2b04aa417ffa1b2d99c46c363bbda9139
2   "name": "Zoetrope",
3   "version": "1.1.0",
4   "summary": "Animated gif image view with support for varying frame lengths written in Swift.",
5   "description": "Who doesn't love animated gifs. Zoetrope adds a UIImageView subclass that displays animated images with support for \nvarying frame lengths. Simple.",
6   "homepage": "https://github.com/JanGorman/Zoetrope",
7   "license": "MIT",
8   "authors": {
9     "Jan Gorman": "gorman.jan@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/JanGorman/Zoetrope.git",
13     "tag": "1.1.0"
14   },
15   "social_media_url": "https://twitter.com/JanGorman",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*.swift",
21   "frameworks": [
22     "ImageIO",
23     "MobileCoreServices",
24     "CoreGraphics"
25   ]