[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 3 / 1 / b / libaom.swift / 1.0.3 / libaom.swift.podspec.json
blobf6f359cc64feaf608a0ba13cbeafa500f14ed50f
2   "name": "libaom.swift",
3   "version": "1.0.3",
4   "summary": "Prebuilt binaries for libaom",
5   "description": "Simple provider for libaom for iOS with prebuild binaries",
6   "homepage": "https://github.com/awxkee/libaom.swift",
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/libaom.swift.git",
16     "tag": "1.0.3"
17   },
18   "platforms": {
19     "ios": "13.0",
20     "osx": "11.0",
21     "watchos": "6.0",
22     "tvos": "11.0"
23   },
24   "source_files": "Sources/libaom/libaom.xcframework/ios-arm64/Headers/**/*.h",
25   "public_header_files": "Sources/libaom/libaom.xcframework/ios-arm64/Headers/**/*.h",
26   "vendored_frameworks": "Sources/libaom/libaom.xcframework",
27   "preserve_paths": [
28     "Sources/libaom/libaom.xcframework",
29     "Sources/libaom/libaom.xcframework/ios-arm64/Headers"
30   ],
31   "pod_target_xcconfig": {
32     "OTHER_CXXFLAGS": "$(inherited) -std=c++20",
33     "HEADER_SEARCH_PATHS": "$(inherited) \"$(PODS_TARGET_SRCROOT)/Sources/libaom/libaom.xcframework/ios-arm64/Headers\"",
34     "EXCLUDED_ARCHS[sdk=watchsimulator*]": "i386"
35   },
36   "libraries": "c++",
37   "requires_arc": true