Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions WAYAppStoreWindow.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Pod::Spec.new do |spec|
spec.name = 'WAYAppStoreWindow'
spec.version = '0.0.1'
spec.license = { :type => 'BSD' }
spec.homepage = 'https://github.com/weAreYeah/WAYAppStoreWindow'
spec.authors = { 'Raffael Hannemann' => '[email protected]' }
spec.summary = 'A drop-in replacement for INAppStoreWindow, which switches its class implementation at runtime between WAYWindow and INAppStoreWindow, depending on the OS X version.'
spec.source = { :git => 'https://github.com/weAreYeah/WAYAppStoreWindow.git', :tag => 'v0.0.1' }
spec.source_files = 'WAYAppStoreWindow/*.{h,m}'
spec.framework = 'AppKit'
spec.requires_arc = true
spec.dependency 'WAYWindow', '~> 0.0.1'
spec.dependency 'INAppStoreWindow', '~> 1.4'
spec.platform = :osx
end