From e8f1809a99af294c0a002c6f578d19a115722143 Mon Sep 17 00:00:00 2001 From: Maksym Grebenets Date: Fri, 2 Mar 2018 12:04:38 +1100 Subject: [PATCH] Format ruby files --- SwiftScriptRunner.podspec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/SwiftScriptRunner.podspec b/SwiftScriptRunner.podspec index 8a48dc4..da151d7 100644 --- a/SwiftScriptRunner.podspec +++ b/SwiftScriptRunner.podspec @@ -17,16 +17,16 @@ Pod::Spec.new do |s| * Wait for all locks to unlock at the end of the script. DESC s.homepage = "https://github.com/mgrebenets/SwiftScriptRunner" - s.license = 'MIT' + s.license = "MIT" s.author = { "Maksym Grebenets" => "mgrebenets@gmail.com" } - s.source = { :git => "https://github.com/mgrebenets/SwiftScriptRunner.git", :tag => s.version.to_s } - s.social_media_url = 'https://twitter.com/mgrebenets' + s.source = { git: "https://github.com/mgrebenets/SwiftScriptRunner.git", tag: s.version.to_s } + s.social_media_url = "https://twitter.com/mgrebenets" s.platform = :osx, "10.10" s.requires_arc = true - s.source_files = 'Pod/Classes/**/*' + s.source_files = "Pod/Classes/**/*" # s.public_header_files = 'Pod/Classes/**/*.h' - s.frameworks = 'Foundation' + s.frameworks = "Foundation" end