Skip to content

Commit

Permalink
remove @objc warning
Browse files Browse the repository at this point in the history
weekwood committed Nov 7, 2017
1 parent ce9f42d commit 342ded9
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions SemverSwift.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -432,7 +432,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.Semver.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_SWIFT3_OBJC_INFERENCE = On;
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
SWIFT_VERSION = 4.0;
};
name = Debug;
@@ -448,7 +448,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.Semver.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_SWIFT3_OBJC_INFERENCE = On;
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
SWIFT_VERSION = 4.0;
};
name = Release;
2 changes: 1 addition & 1 deletion semver.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "semver"
s.version = "1.0.0"
s.version = "1.1.0"
s.summary = "Swift Semantic Versioning Library"
s.homepage = "https://github.com/weekwood/Semver.Swift.git"
s.license = 'MIT'

0 comments on commit 342ded9

Please sign in to comment.