[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / c / 0 / f / libwebp-ios / 1.0.9 / libwebp-ios.podspec.json
blob75778286b9ef0ed4858ed85359a7090262466f93
2   "name": "libwebp-ios",
3   "version": "1.0.9",
4   "summary": "Prebuilt binaries for libwebp",
5   "description": "Simple provider for libwebp for iOS with prebuild binaries",
6   "homepage": "https://github.com/awxkee/libwebp-ios",
7   "license": {
8     "type": "CC0-1.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Radzivon Bartoshyk": "radzivon.bartoshyk@proton.me"
13   },
14   "source": {
15     "git": "https://github.com/awxkee/libwebp-ios.git",
16     "tag": "1.0.9"
17   },
18   "platforms": {
19     "ios": "13.0",
20     "osx": "11.0",
21     "watchos": "6.0",
22     "tvos": "11.0"
23   },
24   "source_files": [
25     "Sources/libsharpyuv.xcframework/ios-arm64/Headers/*.h",
26     "Sources/libwebp.xcframework/ios-arm64/Headers/*.h"
27   ],
28   "public_header_files": [
29     "Sources/libsharpyuv.xcframework/ios-arm64/Headers/*.h",
30     "Sources/libwebp.xcframework/ios-arm64/Headers/*.h"
31   ],
32   "vendored_frameworks": [
33     "Sources/libsharpyuv.xcframework",
34     "Sources/libwebp.xcframework",
35     "Sources/libwebpdemux.xcframework",
36     "Sources/libwebpmux.xcframework"
37   ],
38   "preserve_paths": [
39     "Sources/libsharpyuv.xcframework",
40     "Sources/libwebp.xcframework",
41     "Sources/libwebpdemux.xcframework",
42     "Sources/libwebpmux.xcframework"
43   ],
44   "pod_target_xcconfig": {
45     "OTHER_CXXFLAGS": "$(inherited) -std=c++20",
46     "HEADER_SEARCH_PATHS": "$(inherited) \"$(PODS_TARGET_SRCROOT)/Sources/libsharpyuv.xcframework/ios-arm64/Headers/*.h\" \"$(PODS_TARGET_SRCROOT)/Sources/libwebp.xcframework/ios-arm64/Headers/*.h\"",
47     "EXCLUDED_ARCHS[sdk=watchsimulator*]": "i386"
48   },
49   "libraries": "c++",
50   "requires_arc": true