-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhyperswitch-ios-hermes.podspec
More file actions
21 lines (19 loc) · 1.08 KB
/
hyperswitch-ios-hermes.podspec
File metadata and controls
21 lines (19 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
version = "0.79.1"
Pod::Spec.new do |s|
s.name = 'hyperswitch-ios-hermes'
s.version = version
s.summary = 'hermes-engine'
s.description = 'hermes-engine for hyperswitch ios sdk'
s.homepage = 'https://hyperswitch.io/'
s.author = 'Harshit S'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.platforms = { ios: "13.4" }
s.source = {
http: "https://repo1.maven.org/maven2/com/facebook/react/react-native-artifacts/#{version}/react-native-artifacts-#{version}-hermes-ios-release.tar.gz"
}
s.preserve_paths = ["destroot/bin/*"].concat(["**/*.{h,c,cpp}"])
s.source_files = "destroot/include/hermes/**/*.h"
s.header_mappings_dir = "destroot/include"
s.ios.vendored_frameworks = "destroot/Library/Frameworks/universal/hermes.xcframework"
s.xcconfig = { "CLANG_CXX_LANGUAGE_STANDARD" => "c++20", "CLANG_CXX_LIBRARY" => "compiler-default" }
end