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