Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jogendra committed May 31, 2019
1 parent 7035ed6 commit dd7b620
Show file tree
Hide file tree
Showing 41 changed files with 2,372 additions and 33 deletions.
11 changes: 6 additions & 5 deletions BadgeHub.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Pod::Spec.new do |s|
s.name = 'BadgeHub'
s.version = '0.1.0'
s.summary = 'A short description of BadgeHub.'
s.summary = 'A way to quickly add a notification bedge icon to any view.'

# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
Expand All @@ -18,17 +18,18 @@ Pod::Spec.new do |s|
# * Finally, don't worry about the indent, CocoaPods strips it!

s.description = <<-DESC
TODO: Add long description of the pod here.
Make any UIView a full fledged animated notification center. It is a way to quickly add a notification badge icon to a UIView. It make very easy to add badge to any view.
DESC

s.homepage = 'https://github.com/jogendra/BadgeHub'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'jogendra' => '[email protected]' }
s.source = { :git => 'https://github.com/jogendra/BadgeHub.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
s.social_media_url = 'https://twitter.com/jogendrafx'

s.ios.deployment_target = '8.0'
s.ios.deployment_target = '10.0'
s.swift_version = '5.0'

s.source_files = 'BadgeHub/Classes/**/*'

Expand All @@ -37,6 +38,6 @@ TODO: Add long description of the pod here.
# }

# s.public_header_files = 'Pod/Classes/**/*.h'
# s.frameworks = 'UIKit', 'MapKit'
s.frameworks = 'UIKit', 'QuartzCore'
# s.dependency 'AFNetworking', '~> 2.3'
end
Loading

0 comments on commit dd7b620

Please sign in to comment.