Skip to content

Commit

Permalink
Release 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertherdzik committed Jan 8, 2018
1 parent 4037335 commit 1f27ef0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion RHSideButtons.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RHSideButtons"
s.version = "1.0.3"
s.version = "1.1.0"
s.summary = "Library provides easy to implement variation of Android (Material Design) Floating Action Button for iOS. You can use it as your app small side menu."
s.description = "Library provides easy to implement variation of Android (Material Design) Floating Action Button for iOS. You can use it as your app small side menu."
s.homepage = "https://github.com/robertherdzik/RHSideButtons"
Expand Down
8 changes: 6 additions & 2 deletions RHSideButtons.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
TargetAttributes = {
B1579AA91DF34F92000EB296 = {
CreatedOnToolsVersion = 8.1;
LastSwiftMigration = 0900;
ProvisioningStyle = Automatic;
};
};
Expand Down Expand Up @@ -282,7 +283,8 @@
PRODUCT_BUNDLE_IDENTIFIER = x.RHSideButtons;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 3.0;
SWIFT_SWIFT3_OBJC_INFERENCE = On;
SWIFT_VERSION = 4.0;
};
name = Debug;
};
Expand All @@ -300,7 +302,8 @@
PRODUCT_BUNDLE_IDENTIFIER = x.RHSideButtons;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 3.0;
SWIFT_SWIFT3_OBJC_INFERENCE = On;
SWIFT_VERSION = 4.0;
};
name = Release;
};
Expand All @@ -323,6 +326,7 @@
B1579AB41DF34F92000EB296 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
Expand Down

0 comments on commit 1f27ef0

Please sign in to comment.