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