Files
JBChartView/INAppStoreWindow/1.0/INAppStoreWindow.podspec
T
2011-11-16 20:21:35 +01:00

13 lines
475 B
Ruby

Pod::Spec.new do |s|
s.name = 'INAppStoreWindow'
s.version = '1.0'
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 = 'INAppStoreWindow.{h, m}'
s.source = { :git => 'https://github.com/indragiek/INAppStoreWindow.git', :tag => 'v1.0' }
s.clean_paths = 'SampleApp'
s.platform = :osx
s.requires_arc = true
end