Skip to content

Commit a679b38

Browse files
committed
Merge pull request #27 from rivera-ernesto/add_podspec
Add podspec to repository
2 parents 79c27e9 + 0334bb8 commit a679b38

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

JSBadgeView.podspec

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Pod::Spec.new do |s|
2+
s.name = 'JSBadgeView'
3+
s.version = '1.3.2'
4+
s.platform = :ios
5+
s.license = 'MIT'
6+
s.summary = 'Customizable UIKit badge view like the one on applications in the iOS springboard.'
7+
s.homepage = 'https://github.com/JaviSoto/JSBadgeView'
8+
s.author = { 'Javier Soto' => 'ios@javisoto.es' }
9+
s.source = { :git => 'https://github.com/JaviSoto/JSBadgeView.git', :tag => s.version.to_s }
10+
11+
s.description = 'Customizable UIKit badge view like the one on applications in the iOS springboard. Very optimized for performance: drawn entirely using CoreGraphics.'
12+
13+
s.source_files = 'JSBadgeView/*.{h,m}'
14+
s.preserve_paths = 'JSBadgeView_SampleProject'
15+
s.framework = 'QuartzCore'
16+
s.requires_arc = true
17+
end

0 commit comments

Comments
 (0)