Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lbrdev committed Dec 16, 2021
1 parent fdf88f8 commit fb051dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 54 deletions.
40 changes: 1 addition & 39 deletions Mindbox.podspec
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
16 changes: 1 addition & 15 deletions MindboxNotifications.podspec
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

0 comments on commit fb051dd

Please sign in to comment.