Skip to content

Commit 1f27ef0

Browse files
committed
Release 1.1.0.
1 parent 4037335 commit 1f27ef0

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

RHSideButtons.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RHSideButtons"
3-
s.version = "1.0.3"
3+
s.version = "1.1.0"
44
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."
55
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."
66
s.homepage = "https://github.com/robertherdzik/RHSideButtons"

RHSideButtons.xcodeproj/project.pbxproj

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@
121121
TargetAttributes = {
122122
B1579AA91DF34F92000EB296 = {
123123
CreatedOnToolsVersion = 8.1;
124+
LastSwiftMigration = 0900;
124125
ProvisioningStyle = Automatic;
125126
};
126127
};
@@ -282,7 +283,8 @@
282283
PRODUCT_BUNDLE_IDENTIFIER = x.RHSideButtons;
283284
PRODUCT_NAME = "$(TARGET_NAME)";
284285
SKIP_INSTALL = YES;
285-
SWIFT_VERSION = 3.0;
286+
SWIFT_SWIFT3_OBJC_INFERENCE = On;
287+
SWIFT_VERSION = 4.0;
286288
};
287289
name = Debug;
288290
};
@@ -300,7 +302,8 @@
300302
PRODUCT_BUNDLE_IDENTIFIER = x.RHSideButtons;
301303
PRODUCT_NAME = "$(TARGET_NAME)";
302304
SKIP_INSTALL = YES;
303-
SWIFT_VERSION = 3.0;
305+
SWIFT_SWIFT3_OBJC_INFERENCE = On;
306+
SWIFT_VERSION = 4.0;
304307
};
305308
name = Release;
306309
};
@@ -323,6 +326,7 @@
323326
B1579AB41DF34F92000EB296 /* Release */,
324327
);
325328
defaultConfigurationIsVisible = 0;
329+
defaultConfigurationName = Release;
326330
};
327331
/* End XCConfigurationList section */
328332
};

0 commit comments

Comments
 (0)