Skip to content

Commit

Permalink
Update to version 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jwfriese committed Aug 1, 2016
1 parent 3a5aa4d commit fb58b48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Fleet.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Fleet"
s.version = "0.1.4"
s.version = "0.1.5"
s.summary = "A UIKit-focused Swift testing framework"
s.homepage = "https://github.com/jwfriese/Fleet"
s.license = { :type => "Apache 2.0", :file => "LICENSE" }
Expand All @@ -9,5 +9,5 @@ Pod::Spec.new do |s|
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"]
s.preserve_path = "Fleet/Script/copy_storyboard_info_files.sh"
s.preserve_paths = "Fleet/Script/copy_storyboard_info_files.sh"
end

0 comments on commit fb58b48

Please sign in to comment.