[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / 6 / e / 2 / GanGImage / 1.0.0 / GanGImage.podspec.json
blob72fea7a4ca74e18abc2e762075a246706809552f
2   "name": "GanGImage",
3   "version": "1.0.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.0.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     "MobileCoreServices"
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"