[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / b / 2 / AMGifGenerator / 0.1.1 / AMGifGenerator.podspec.json
blob4a8422fbb6c40b5e56291c5259dad2324b15e7c6
2   "name": "AMGifGenerator",
3   "version": "0.1.1",
4   "summary": "Easy and light-weight GIF encoder / decoder for iOS / iPadOS.",
5   "description": "This is light-weight GIF Animation generator written in Swift 5.0.\nYou can generate animated GIF from Data object or several images.\nAnd set it to UIImageView to see and play animation.\nGenerating from video is not supported.",
6   "homepage": "https://github.com/asamoya/AMGifGenerator",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "kaname ohara": "kaname.ohara@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/asamoya/AMGifGenerator.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "12.1"
20   },
21   "swift_versions": "5.0",
22   "source_files": "AMGifGenerator/Classes/**/*",
23   "swift_version": "5.0"