fastlane/lib/fastlane/actions/cocoapods.rb in fastlane-2.47.0.beta.20170714010002 vs fastlane/lib/fastlane/actions/cocoapods.rb in fastlane-2.47.0.beta.20170715010003

- old
+ new

@@ -82,10 +82,10 @@ is_string: false, default_value: nil) ] # Please don't add a version parameter to the `cocoapods` action. If you need to specify a version when running # `cocoapods`, please start using a Gemfile and lock the version there - # More information https://guides.cocoapods.org/using/a-gemfile.html + # More information https://docs.fastlane.tools/getting-started/ios/setup/#use-a-gemfile end def self.is_supported?(platform) [:ios, :mac].include? platform end