[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / d / b / 0 / GIFGenerator / 0.1.2 / GIFGenerator.podspec.json
blob001351700877388a12b940fe19036fd3a4b11ed3
2   "name": "GIFGenerator",
3   "version": "0.1.2",
4   "summary": "Generate animated GIF in iOS",
5   "description": "Generates a GIF file and saves it to an specific URL\n- Set frame delays\n- Set loop count",
6   "homepage": "https://github.com/eduardourso/GIFGenerator",
7   "license": "MIT",
8   "authors": {
9     "Eduardo Urso": "eduardourso@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/eduardourso/GIFGenerator.git",
13     "tag": "0.1.2"
14   },
15   "social_media_url": "https://twitter.com/DuUrso",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "GIFGenerator": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "frameworks": [
27     "ImageIO",
28     "MobileCoreServices"
29   ]