fastlane/lib/fastlane/actions/read_podspec.rb in fastlane-2.69.0.beta.20171212010004 vs fastlane/lib/fastlane/actions/read_podspec.rb in fastlane-2.69.0

- old
+ new

@@ -77,9 +77,13 @@ { 'version' => 1.0 } end + def self.return_type + :hash_of_strings + end + def self.category :misc end end end