File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22s . name = "libOpenInstallSDK"
3- s . version = '2.8.5.1 '
3+ s . version = '2.8.5.2 '
44s . summary = "openinstall's officially supported iOS SDK"
55s . description = <<-DESC
66 openinstall's officially supported iOS SDK for pod.
@@ -13,9 +13,10 @@ s.source = { :git => "https://github.com/OpenInstall/openinstall-
1313
1414s . vendored_libraries = 'frameworks/libOpenInstallSDK.a'
1515s . source_files = 'Classes/*.{h,m}'
16- s . resource_bundle = { 'OPPrivacy' => [ 'Classes/PrivacyInfo.xcprivacy' ] }
16+ #s.resource_bundle = {'OPPrivacy' => ['Classes/PrivacyInfo.xcprivacy']}
17+ s . resources = [ 'Classes/PrivacyInfo.xcprivacy' ]
1718
1819s . platform = :ios , '8.0'
19- s . pod_target_xcconfig = { 'VALID_ARCHS' => 'x86_64 armv7 arm64' }
20+ s . pod_target_xcconfig = { 'VALID_ARCHS' => 'x86_64 armv7 arm64' }
2021
2122end
You can’t perform that action at this time.
0 commit comments