[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 6 / e / 2 / GanGImage / 1.1.0 / GanGImage.podspec.json
blob336f1a9d59af8f8210c37eb28678e596ee871076
2   "name": "GanGImage",
3   "version": "1.1.0",
4   "summary": "Decode Animated Images such as WebP, APNG, GIF all source from YYImage",
5   "homepage": "https://github.com/trilliwon/GanGImage",
6   "license": {
7     "type": "Copyright",
8     "text": "Copyright (c) Won. All rights reserved."
9   },
10   "authors": {
11     "won": "trilliwon@gmail.com"
12   },
13   "platforms": {
14     "ios": "12.0"
15   },
16   "swift_versions": "5.0",
17   "source": {
18     "git": "https://github.com/trilliwon/GanGImage.git",
19     "tag": "1.1.0"
20   },
21   "source_files": "Sources/YYImage/*.{h,m}",
22   "public_header_files": "Sources/YYImage/*.{h}",
23   "frameworks": [
24     "UIKit",
25     "CoreFoundation",
26     "QuartzCore",
27     "ImageIO",
28     "Accelerate",
29     "CoreServices"
30   ],
31   "dependencies": {
32     "libwebp": [
34     ]
35   },
36   "swift_version": "5.0"