-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathRNGosellSdkReactNative.podspec
More file actions
29 lines (25 loc) · 1.16 KB
/
RNGosellSdkReactNative.podspec
File metadata and controls
29 lines (25 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Pod::Spec.new do |s|
s.name = "RNGosellSdkReactNative"
s.version = "1.0.8"
s.summary = "RNGosellSdkReactNative"
s.description = <<-DESC
RNGosellSdkReactNative
DESC
s.homepage = "https://github.com/Tap-Payments/gosellSDK-ReactNative"
s.license = "MIT"
# s.license = { :type => "MIT", :file => "FILE_LICENSE" }
s.author = { "author" => "author@domain.cn" }
s.platform = :ios, "11.0"
s.source = { :git => "https://github.com/Tap-Payments/gosellSDK-ReactNative.git", :tag => "master" }
# s.source_files = "RNGosellSdkReactNative/*/.{h,m}"
s.source_files = 'ios/Classes/**/*'
s.public_header_files = 'ios/Classes/**/*.h'
s.requires_arc = true
s.dependency 'goSellSDK', '2.3.47'
s.dependency 'React-Core'
# s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
# s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
# s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES'}
# s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
#s.dependency "others"
end