[Update] INAppStoreWindow (1.2)

This commit is contained in:
Vincent Tourraine
2013-01-04 12:02:06 +01:00
parent a7ec83e92c
commit 67bc412b96
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'INAppStoreWindow'
s.version = '1.2'
s.summary = 'Mac App Store style NSWindow subclass.'
s.homepage = 'https://github.com/indragiek/INAppStoreWindow'
s.author = { 'Indragie Karunaratne' => 'indragiek@gmail.com' }
s.source_files = '*.{h,m}'
s.source = { :git => 'https://github.com/indragiek/INAppStoreWindow.git', :tag => 'v1.2' }
s.preserve_paths= 'SampleApp'
s.platform = :osx
s.requires_arc = true
s.license = { :type => 'BSD', :text => 'INAppStoreWindow is licensed under the BSD license.'}
end