Skip to content

Commit

Permalink
Removing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
zydeico committed Apr 4, 2022
1 parent 68cf657 commit 07f4fb2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 22 deletions.
21 changes: 1 addition & 20 deletions ADNavigationBar.podspec
Original file line number Diff line number Diff line change
@@ -1,35 +1,16 @@
#
# Be sure to run `pod lib lint ADNavigationBar.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
#

Pod::Spec.new do |s|
s.name = 'ADNavigationBar'
s.version = '1.0.0'
s.summary = 'Use this simple library to re-use a beautiful and usable navigation bar into your iOS app.'

# 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?
# * Try to keep it short, snappy and to the point.
# * Write the description between the DESC delimiters below.
# * Finally, don't worry about the indent, CocoaPods strips it!

s.description = 'ADNavigationBar allows to developert to re-use a navigation bar into your iOS App, chek this amazing idea to re-use components into your app and integrate too.'

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

s.social_media_url = 'https://twitter.com/JDanVz'
s.ios.deployment_target = '9.0'

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

# s.resource_bundles = {
# 'ADNavigationBar' => ['ADNavigationBar/Assets/*.png']
# }
Expand Down
2 changes: 1 addition & 1 deletion Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
ADNavigationBar: 23526e1d9e0b2d4c37e1730502fff9a50c296580
ADNavigationBar: 07f9a2b6e378216ca7b5bc6522ad83178d4b3bdb
Motion: cf1e060e489f6661126374d5c60dbd2ed991605c

PODFILE CHECKSUM: 089d4ab2cdab64b7ef86989d5e5923594eff8cbf
Expand Down
1 change: 1 addition & 0 deletions Example/Pods/Local Podspecs/ADNavigationBar.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 07f4fb2

Please sign in to comment.