[Add] AlibabacloudMarket20151101 1.1.0
[CocoaPods.git] / Specs / e / 7 / 9 / Zoetrope / 3.1.1 / Zoetrope.podspec.json
blob65542456cd8f9b4058e2a0acd2309b6ac08a9aea
2   "name": "Zoetrope",
3   "version": "3.1.1",
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": "3.1.1"
14   },
15   "social_media_url": "https://twitter.com/JanGorman",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "swift_version": "4.2",
20   "source_files": "Zoetrope/**/*.swift",
21   "frameworks": [
22     "ImageIO",
23     "MobileCoreServices",
24     "CoreGraphics"
25   ]