[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / d / b / 0 / GIFGenerator / 0.3.0 / GIFGenerator.podspec.json
blobd659aa7808effbb7251cd274cb1172a73e9e653a
2   "name": "GIFGenerator",
3   "version": "0.3.0",
4   "summary": "Generate animated GIF in iOS",
5   "description": "Generates a GIF (from images and videos) 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.3.0"
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   "frameworks": [
22     "ImageIO",
23     "MobileCoreServices"
24   ],
25   "pushed_with_swift_version": "3.0"