Skip to content

Commit

Permalink
[Update] CNBaseView (1.0.7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Gregor committed Feb 15, 2013
1 parent 536b5e2 commit f75fd16
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CNBaseView/1.0.7/CNBaseView.podspec
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = 'CNBaseView'
s.version = '1.0.7'
s.summary = 'CNBaseView is a subclass of NSView that can show an icon and/or a text message if it has no subviews.'
s.homepage = 'https://github.com/phranck/CNBaseView'
s.author = { 'Frank Gregor' => 'phranck@cocoanaut.com' }
s.source = { :git => 'https://github.com/phranck/CNBaseView.git', :tag => s.version.to_s }
s.platform = :osx
s.osx.deployment_target = '10.7'
s.requires_arc = true
s.source_files = 'CNBaseView/*.{h,m}'
s.license = { :type => 'MIT', :file => 'ReadMe.md' }
s.frameworks = 'QuartzCore'
end

0 comments on commit f75fd16

Please sign in to comment.