[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 6 / e / 2 / GanGImage / 1.0.1 / GanGImage.podspec.json
blob0fb3b6584a07ca48e5f6de3f24a139ea8112dcc0
2   "name": "GanGImage",
3   "version": "1.0.1",
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.0.1"
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   "vendored_frameworks": [
32     "Sources/Vendor/WebP.framework",
33     "Sources/Vendor/WebPDemux.framework",
34     "Sources/Vendor/WebPMux.framework"
35   ],
36   "swift_version": "5.0"