[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / 0 / a / 3 / NextYYImage / 1.0.6 / NextYYImage.podspec.json
blob41b8c322f494cba9b89e8d1ca8dc801869553479
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.6",
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.6"
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": "Vendor/WebP.xcframework"
48       }
49     },
50     {
51       "name": "libwebp",
52       "dependencies": {
53         "NextYYImage/Core": [
55         ],
56         "libwebp": [
58         ]
59       },
60       "xcconfig": {
61         "USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
62       }
63     }
64   ]