[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / a / 3 / NextYYImage / 1.0.8 / NextYYImage.podspec.json
blobd4e68433d54bb0f45e77f8c3897b64073da6799c
2   "name": "NextYYImage",
3   "summary": "Image framework for iOS to display/encode/decode animated WebP, APNG, GIF, and more. YYImage based, but support Apple Silicon arm64 simulator.",
4   "version": "1.0.8",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "pcjbird": "pcjbird@hotmail.com"
11   },
12   "source": {
13     "git": "https://github.com/pcjbird/NextYYImage.git",
14     "tag": "1.0.8"
15   },
16   "social_media_url": "http://blog.ibireme.com",
17   "homepage": "https://github.com/pcjbird/NextYYImage",
18   "platforms": {
19     "ios": "6.0"
20   },
21   "requires_arc": true,
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "YYImage/*.{h,m}",
27       "public_header_files": "YYImage/*.{h}",
28       "libraries": "z",
29       "frameworks": [
30         "UIKit",
31         "CoreFoundation",
32         "QuartzCore",
33         "AssetsLibrary",
34         "ImageIO",
35         "Accelerate",
36         "MobileCoreServices"
37       ]
38     },
39     {
40       "name": "WebP",
41       "dependencies": {
42         "NextYYImage/Core": [
44         ]
45       },
46       "ios": {
47         "vendored_frameworks": "WebP/WebP.xcframework"
48       },
49       "xcconfig": {
50         "INCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES": "$(inherited) *.xcframework"
51       }
52     },
53     {
54       "name": "libwebp",
55       "dependencies": {
56         "NextYYImage/Core": [
58         ],
59         "libwebp": [
61         ]
62       },
63       "xcconfig": {
64         "USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
65       }
66     }
67   ]