Skip to content

Commit

Permalink
feat(podspec): update
Browse files Browse the repository at this point in the history
  • Loading branch information
muyexi committed Oct 26, 2018
1 parent 39bbd92 commit e868091
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SwiftLinter.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'SwiftLinter'
s.version = '0.3'
s.version = '0.4'
s.platform = :ios, '8.0'
s.summary = 'Lint changed files with SwiftLint.'
s.license = 'MIT'
s.homepage = 'https://github.com/muyexi/SwiftLinter'
s.author = { 'muyexi' => '[email protected]' }
s.source = { :git => 'https://github.com/muyexi/SwiftLinter.git', :tag => s.version }
s.preserve_paths = ["swiftlint.yml", "swift-lint.sh"]
s.preserve_paths = ["swiftlint.yml", "swift-lint.sh", "localPods.rb"]
end

0 comments on commit e868091

Please sign in to comment.