fastlane/lib/fastlane/actions/cocoapods.rb in fastlane-2.74.1 vs fastlane/lib/fastlane/actions/cocoapods.rb in fastlane-2.75.0.beta.20180109010003
- old
+ new
@@ -114,10 +114,10 @@
# `cocoapods`, please start using a Gemfile and lock the version there
# More information https://docs.fastlane.tools/getting-started/ios/setup/#use-a-gemfile
end
def self.is_supported?(platform)
- [:ios, :mac].include? platform
+ [:ios, :mac].include?(platform)
end
def self.authors
["KrauseFx", "tadpol", "birmacher", "Liquidsoul"]
end