Skip to content

Commit

Permalink
Add podspec to repository
Browse files Browse the repository at this point in the history
  • Loading branch information
利辺羅エルネスト committed Feb 13, 2014
1 parent 79c27e9 commit 0334bb8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions JSBadgeView.podspec
@@ -0,0 +1,17 @@
Pod::Spec.new do |s|
s.name = 'JSBadgeView'
s.version = '1.3.2'
s.platform = :ios
s.license = 'MIT'
s.summary = 'Customizable UIKit badge view like the one on applications in the iOS springboard.'
s.homepage = 'https://github.com/JaviSoto/JSBadgeView'
s.author = { 'Javier Soto' => 'ios@javisoto.es' }
s.source = { :git => 'https://github.com/JaviSoto/JSBadgeView.git', :tag => s.version.to_s }

s.description = 'Customizable UIKit badge view like the one on applications in the iOS springboard. Very optimized for performance: drawn entirely using CoreGraphics.'

s.source_files = 'JSBadgeView/*.{h,m}'
s.preserve_paths = 'JSBadgeView_SampleProject'
s.framework = 'QuartzCore'
s.requires_arc = true
end

0 comments on commit 0334bb8

Please sign in to comment.