forked from rakutentech/ios-inappmessaging
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRInAppMessaging.podspec
More file actions
15 lines (15 loc) · 811 Bytes
/
RInAppMessaging.podspec
File metadata and controls
15 lines (15 loc) · 811 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Pod::Spec.new do |s|
s.name = 'RInAppMessaging'
s.version = '8.4.0'
s.summary = 'Rakuten module to manage and display in-app messages'
s.homepage = 'https://github.com/rakutentech/ios-inappmessaging'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.authors = 'Rakuten Ecosystem Mobile'
s.source = { :git => "https://github.com/rakutentech/ios-inappmessaging.git", :tag => s.version.to_s }
s.ios.deployment_target = '14.0'
s.swift_versions = ['5.7.1']
s.resources = ['Sources/RInAppMessaging/Resources/PrivacyInfo.xcprivacy']
s.dependency 'RSDKUtils', '~> 4.0'
s.source_files = 'Sources/RInAppMessaging/**/*.swift'
s.resource_bundles = { 'RInAppMessagingResources' => ['Sources/RInAppMessaging/Resources/*'] }
end