Skip to content

Commit dd7b620

Browse files
committed
Initial commit
1 parent 7035ed6 commit dd7b620

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+2372
-33
lines changed

Diff for: BadgeHub.podspec

+6-5
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Pod::Spec.new do |s|
1010
s.name = 'BadgeHub'
1111
s.version = '0.1.0'
12-
s.summary = 'A short description of BadgeHub.'
12+
s.summary = 'A way to quickly add a notification bedge icon to any view.'
1313

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

2020
s.description = <<-DESC
21-
TODO: Add long description of the pod here.
21+
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.
2222
DESC
2323

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

31-
s.ios.deployment_target = '8.0'
31+
s.ios.deployment_target = '10.0'
32+
s.swift_version = '5.0'
3233

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

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

3940
# s.public_header_files = 'Pod/Classes/**/*.h'
40-
# s.frameworks = 'UIKit', 'MapKit'
41+
s.frameworks = 'UIKit', 'QuartzCore'
4142
# s.dependency 'AFNetworking', '~> 2.3'
4243
end

0 commit comments

Comments
 (0)