Skip to content
This repository has been archived by the owner on Mar 5, 2023. It is now read-only.

Commit

Permalink
Fix pod spec lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Shpakovski committed Mar 23, 2016
1 parent df34bc7 commit 6667c9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MASPreferences.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.platform = :osx
s.name = "MASPreferences"
s.version = "1.1.3"
s.version = "1.1.4"
s.summary = "Modern implementation of the Preferences window for OS X apps, used in TextMate, GitBox and Mou."
s.homepage = "https://github.com/shpakovski/MASPreferences"
s.license = { :type => 'BSD', :file => 'LICENSE.md' }
s.author = { "Vadim Shpakovski" => "[email protected]" }
s.source = { :git => 'https://github.com/shpakovski/MASPreferences.git', :tag => '1.1.3' }
s.source = { :git => 'https://github.com/shpakovski/MASPreferences.git', :tag => '1.1.4' }
s.source_files = 'Framework/*.{h,m}'
s.resources = '*.xib'
s.resources = 'Framework/en.lproj/*.xib'
s.exclude_files = 'README.md', 'LICENSE.md', 'MASPreferences.podspec'
s.requires_arc = false
end

0 comments on commit 6667c9b

Please sign in to comment.