Skip to content

Commit

Permalink
INAppStoreWindow Version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kgn committed Mar 29, 2012
1 parent aef0044 commit e1d27e5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions INAppStoreWindow/1.1/INAppStoreWindow.podspec
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'INAppStoreWindow'
s.version = '1.1'
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.1' }
s.clean_paths = 'SampleApp'
s.platform = :osx
s.requires_arc = true
s.license = 'BSD'
end

0 comments on commit e1d27e5

Please sign in to comment.