mirror of
https://github.com/HackPlan/MASPreferences.git
synced 2026-04-29 04:05:43 +08:00
Polished Podspec.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user