Format ruby files

This commit is contained in:
Maksym Grebenets 2018-03-02 12:04:38 +11:00
parent 41169267ee
commit e8f1809a99
1 changed files with 5 additions and 5 deletions

View File

@ -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