Polished Podspec.

This commit is contained in:
Vadim Shpakovski
2014-09-22 14:33:53 +02:00
parent d9c54eb239
commit 9c0658050b

View File

@@ -1,13 +1,15 @@
Pod::Spec.new do |s|
s.name = "MASPreferences"
s.version = "1.1"
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" => "vadim@shpakovski.com" }
s.platform = :osx
s.source = { :git => 'https://github.com/shpakovski/MASPreferences.git', :tag => '1.1' }
s.source_files = '*.{h,m}'
s.resources = '*.xib'
s.exclude_files = 'README.md', 'LICENSE.md'
s.platform = :osx
s.osx.deployment_target = "10.7"
s.name = "MASPreferences"
s.version = "1.2"
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" => "vadim@shpakovski.com" }
s.source = { :git => 'https://github.com/shpakovski/MASPreferences.git', :tag => '1.2' }
s.source_files = '*.{h,m}'
s.resources = '*.xib'
s.exclude_files = 'README.md', 'LICENSE.md', 'MASPreferences.podspec'
s.requires_arc = false
end