Commit b94a3e6d authored by Boris Bügling's avatar Boris Bügling

Address rubocop issues

parent f98dfc95
......@@ -51,7 +51,7 @@ module Pod
EXTERNAL_STRINGS_FILE_MIMINUM_DEPLOYMENT_TARGET = {
:ios => Version.new('6.0'),
:osx => Version.new('10.8'),
:watchos => Version.new('2.0')
:watchos => Version.new('2.0'),
}
# @return [Bool] Whether the external strings file is supported by the
......
......@@ -186,7 +186,7 @@ module Pod
ENABLE_OBJECT_USE_OBJC_FROM = {
:ios => Version.new('6'),
:osx => Version.new('10.8'),
:watchos => Version.new('2.0')
:watchos => Version.new('2.0'),
}
# Returns the compiler flags for the source files of the given specification.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment