Skip to content

Commit

Permalink
Updated to 6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrommcarrasco committed Nov 11, 2019
1 parent 5592953 commit d5d8287
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Constrictor.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.swift_version = "5.0"
s.name = "Constrictor"
s.version = "6.0.1"
s.version = "6.0.2"
s.summary = "🐍 Constrict your layout in Swift"

s.description = "Constrict your Auto Layout code with Constrictor, your chainable sugar."
Expand All @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.author = "Pedro Carrasco"
s.social_media_url = "http://twitter.com/pedrommcarrasco"

s.platform = :ios, "9.0"
s.platform = :ios, "10.0"
s.source = { :git => "https://github.com/pedrommcarrasco/Constrictor.git", :tag => s.version.to_s }

s.source_files = "Constrictor/Constrictor/**/*"
Expand Down
4 changes: 2 additions & 2 deletions Constrictor/Constrictor.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 6.0.1;
MARKETING_VERSION = 6.0.2;
PRODUCT_BUNDLE_IDENTIFIER = pedrommcarrasco.Constrictor;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -842,7 +842,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 6.0.1;
MARKETING_VERSION = 6.0.2;
PRODUCT_BUNDLE_IDENTIFIER = pedrommcarrasco.Constrictor;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
4 changes: 2 additions & 2 deletions Constrictor/Pods/Pods.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d5d8287

Please sign in to comment.