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 1
1
Pod ::Spec . new do |s |
2
2
s . name = "libOpenInstallSDK"
3
- s . version = '2.8.5.1 '
3
+ s . version = '2.8.5.2 '
4
4
s . summary = "openinstall's officially supported iOS SDK"
5
5
s . description = <<-DESC
6
6
openinstall's officially supported iOS SDK for pod.
@@ -13,9 +13,10 @@ s.source = { :git => "https://github.com/OpenInstall/openinstall-
13
13
14
14
s . vendored_libraries = 'frameworks/libOpenInstallSDK.a'
15
15
s . 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' ]
17
18
18
19
s . 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' }
20
21
21
22
end
You can’t perform that action at this time.
0 commit comments