-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,15 @@ | ||
|
||
|
||
Pod::Spec.new do |spec| | ||
|
||
spec.name = "Mindbox" | ||
|
||
spec.version = "1.3.2" | ||
|
||
spec.version = "1.3.3" | ||
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-moscow/ios-sdk" | ||
|
||
spec.license = { :type => "CC BY-NC-ND 4.0", :file => "LICENSE" } | ||
|
||
spec.author = { "Mindbox" => "[email protected]" } | ||
|
||
spec.platform = :ios, "10.0" | ||
|
||
spec.source = { :git => "https://github.com/mindbox-moscow/ios-sdk.git", :tag => spec.version } | ||
|
||
spec.source_files = "Mindbox/**/*.{swift}" | ||
|
||
spec.exclude_files = "Classes/Exclude" | ||
|
||
|
||
# ――― Resources ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # | ||
# | ||
# A list of resources included with the Pod. These are copied into the | ||
# target bundle with a build phase script. Anything else will be cleaned. | ||
# You can preserve files from being cleaned, please don't preserve | ||
# non-essential files like tests, examples and documentation. | ||
# | ||
|
||
spec.resources = ["Mindbox/**/*.xcdatamodeld"] | ||
|
||
|
||
# ――― Project Linking ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # | ||
# | ||
# Link your library with frameworks, or libraries. Libraries do not include | ||
# the lib prefix of their name. | ||
# | ||
|
||
# ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # | ||
# | ||
# If your library depends on compiler flags you can set them in the xcconfig hash | ||
# where they will only apply to your library. If you depend on other Podspecs | ||
# you can include multiple dependencies to ensure it works. | ||
|
||
spec.swift_version = "5" | ||
|
||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,14 @@ | ||
|
||
Pod::Spec.new do |spec| | ||
|
||
spec.name = "MindboxNotifications" | ||
|
||
spec.version = "1.3.2" | ||
|
||
spec.version = "1.3.3" | ||
spec.summary = "SDK for integration notifications with Mindbox" | ||
|
||
spec.description = "This library allows you to integrate notifications and transfer them to Mindbox Marketing Cloud" | ||
|
||
spec.homepage = "https://github.com/mindbox-moscow/ios-sdk" | ||
|
||
spec.license = { :type => "CC BY-NC-ND 4.0", :file => "LICENSE" } | ||
|
||
spec.author = { "Mindbox" => "[email protected]" } | ||
|
||
spec.platform = :ios, "10.0" | ||
|
||
spec.source = { :git => "https://github.com/mindbox-moscow/ios-sdk.git", :tag => spec.version } | ||
|
||
spec.source_files = "MindboxNotifications/**/*.{swift}" | ||
|
||
spec.exclude_files = "Classes/Exclude" | ||
|
||
spec.swift_version = "5" | ||
|
||
end |