Skip to content

Commit d38920a

Browse files
author
Egor Lindberg
committed
fixed another issues
1 parent 790f610 commit d38920a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ORCarousel.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Pod::Spec.new do |s|
1010
s.name = 'ORCarousel'
1111
s.version = '1.0.0'
12-
s.summary = 'A short description of ORCarousel.'
12+
s.summary = 'ORCarousel by Omega.'
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,14 +18,14 @@ Pod::Spec.new do |s|
1818
# * Finally, don't worry about the indent, CocoaPods strips it!
1919

2020
s.description = <<-DESC
21-
'ORCarousel'
21+
'This is the carousel by Omega company named \"ORCarousel\"'
2222
DESC
2323

24-
s.homepage = 'https://github.com/Egor Lindberg/ORCarousel'
24+
s.homepage = 'https://github.com/Omega-R/ORCarousel'
2525
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
2626
s.license = { :type => 'MIT', :file => 'LICENSE' }
2727
s.author = { 'Egor Lindberg' => '[email protected]' }
28-
s.source = { :git => 'https://github.com/Egor Lindberg/ORCarousel.git', :tag => s.version.to_s }
28+
s.source = { :git => 'https://github.com/Omega-R/ORCarousel.git', :tag => s.version.to_s }
2929
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
3030

3131
s.ios.deployment_target = '10.0'

0 commit comments

Comments
 (0)