-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathMindbox.podspec
More file actions
19 lines (18 loc) · 915 Bytes
/
Mindbox.podspec
File metadata and controls
19 lines (18 loc) · 915 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Pod::Spec.new do |spec|
spec.name = "Mindbox"
spec.version = "2.14.5"
spec.summary = "SDK for integration with Mindbox"
spec.description = "This library allows you to integrate data transfer to Mindbox Marketing Cloud"
spec.homepage = "https://github.com/mindbox-cloud/ios-sdk"
spec.license = { :type => "CC BY-NC-ND 4.0", :file => "LICENSE.md" }
spec.author = { "Mindbox" => "ios-sdk@mindbox.ru" }
spec.platform = :ios, "12.0"
spec.source = { :git => "https://github.com/mindbox-cloud/ios-sdk.git", :tag => spec.version }
spec.source_files = "Mindbox/**/*.{swift}", "SDKVersionProvider/**/*.{swift}"
spec.exclude_files = "Classes/Exclude"
spec.resource_bundles = {
'Mindbox' => ['Mindbox/**/*.xcassets', 'Mindbox/**/*.xcdatamodeld', 'Mindbox/**/*.xcprivacy']
}
spec.swift_version = "5"
spec.dependency 'MindboxLogger', '2.14.5'
end