diff --git a/SwiftLinter.podspec b/SwiftLinter.podspec index 317a749..8097537 100644 --- a/SwiftLinter.podspec +++ b/SwiftLinter.podspec @@ -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' => 'muyexi@gmail.com' } 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