diff --git a/Fleet.podspec b/Fleet.podspec index b3f0f37..c234aa8 100644 --- a/Fleet.podspec +++ b/Fleet.podspec @@ -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