Skip to content

Commit

Permalink
[Update] CKShapeView (0.1.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Conrad Kramer committed Jan 21, 2014
1 parent cc4d4f9 commit c24f986
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CKShapeView/0.1.2/CKShapeView.podspec
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = 'CKShapeView'
s.version = '0.1.2'
s.license = 'MIT'
s.summary = 'UIView subclass that is backed by CAShapeLayer'
s.homepage = 'https://github.com/conradev/CKShapeView'
s.author = { 'Conrad Kramer' => 'conrad@kramerapps.com' }
s.source = { :git => 'https://github.com/conradev/CKShapeView.git',
:tag => '0.1.2' }
s.source_files = 'CKShapeView'
s.requires_arc = true
s.platform = :ios, '3.0'
s.frameworks = 'UIKit', 'QuartzCore'
end

0 comments on commit c24f986

Please sign in to comment.