Skip to content

Commit

Permalink
Fix weird spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
jwfriese committed Aug 1, 2016
1 parent 973a394 commit c706acd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Fleet.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,11 @@ Pod::Spec.new do |s|
s.name = "Fleet"
s.version = "0.1.4"
s.summary = "A UIKit-focused Swift testing framework"

s.homepage = "https://github.com/jwfriese/Fleet"
s.license = { :type => "Apache 2.0", :file => "LICENSE" }

s.author = "Jared Friese"
s.ios.deployment_target = "8.0"

s.source = { :git => "https://github.com/jwfriese/Fleet.git", :tag => "#{s.version}" }
s.source_files = "Fleet/**/*.{swift,h}"

s.public_header_files = ["Fleet/Fleet.h"]
end

0 comments on commit c706acd

Please sign in to comment.