-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8b059e7
commit 13ac8b5
Showing
3 changed files
with
6 additions
and
13 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
|
||
Pod::Spec.new do |s| | ||
s.name = 'SSCustomTabbar' | ||
s.version = '2.0.1' | ||
s.version = '2.0.2' | ||
s.platform = :ios | ||
s.swift_version = '5.0' | ||
s.summary = 'Simple Animated tabbar with native control.' | ||
|
@@ -24,22 +24,15 @@ TODO: Add long description of the pod here. | |
DESC | ||
|
||
s.homepage = 'https://github.com/simformsolutions/SSCustomTabbar' | ||
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2' | ||
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.author = { 'Sumit Goswami' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/simformsolutions/SSCustomTabbar.git', :tag => s.version.to_s } | ||
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>' | ||
|
||
s.ios.deployment_target = '11.0' | ||
|
||
#s.source_files = 'SSCustomTabbar/Classes/*.swift' | ||
s.source = { :git => "https://github.com/simformsolutions/SSCustomTabbar.git",:tag => s.version } | ||
s.source_files = 'SSCustomTabbar/Classes/*.swift' | ||
# s.resource_bundles = { | ||
# 'SSCustomTabbar' => ['SSCustomTabbar/Assets/*.png'] | ||
# } | ||
|
||
# s.public_header_files = 'Pod/Classes/**/*.h' | ||
s.frameworks = 'UIKit' | ||
# s.dependency 'AFNetworking', '~> 2.3' | ||
end | ||
end |