change cocoapods name (#33)

* change cocoapods name

* update readme
This commit is contained in:
cecipirotto 2021-08-05 16:10:14 -03:00 committed by GitHub
parent f9579b657d
commit 8e96e096a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = "PagerTabStrip" s.name = "PagerTabStripView"
s.version = "1.0.0" s.version = "1.0.0"
s.summary = "PagerTabStrip allows navigating through pages using a custom navigation bar." s.summary = "PagerTabStripView allows navigating through pages using a custom navigation bar."
s.homepage = "https://github.com/xmartlabs/PagerTabStrip" s.homepage = "https://github.com/xmartlabs/PagerTabStrip"
s.license = { type: 'MIT', file: 'LICENSE' } s.license = { type: 'MIT', file: 'LICENSE' }
s.authors = { "Xmartlabs SRL" => "swift@xmartlabs.com" } s.authors = { "Xmartlabs SRL" => "swift@xmartlabs.com" }

View File

@ -5,7 +5,7 @@
<img src="https://img.shields.io/badge/platform-iOS-blue.svg?style=flat" alt="Platform iOS" /> <img src="https://img.shields.io/badge/platform-iOS-blue.svg?style=flat" alt="Platform iOS" />
<a href="https://developer.apple.com/swift"><img src="https://img.shields.io/badge/swift5-compatible-4BC51D.svg?style=flat" alt="Swift 5 compatible" /></a> <a href="https://developer.apple.com/swift"><img src="https://img.shields.io/badge/swift5-compatible-4BC51D.svg?style=flat" alt="Swift 5 compatible" /></a>
<a href="https://github.com/Carthage/Carthage"><img src="https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat" alt="Carthage compatible" /></a> <a href="https://github.com/Carthage/Carthage"><img src="https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat" alt="Carthage compatible" /></a>
<a href="https://cocoapods.org/pods/PagerTabStrip"><img src="https://img.shields.io/cocoapods/v/PagerTabStrip.svg" alt="CocoaPods compatible" /></a> <a href="https://cocoapods.org/pods/PagerTabStripView"><img src="https://img.shields.io/cocoapods/v/PagerTabStripView.svg" alt="CocoaPods compatible" /></a>
<a href="https://raw.githubusercontent.com/xmartlabs/PagerTabStrip/master/LICENSE"><img src="http://img.shields.io/badge/license-MIT-blue.svg?style=flat" alt="License: MIT" /></a> <a href="https://raw.githubusercontent.com/xmartlabs/PagerTabStrip/master/LICENSE"><img src="http://img.shields.io/badge/license-MIT-blue.svg?style=flat" alt="License: MIT" /></a>
</p> </p>
@ -238,7 +238,7 @@ Follow these 3 steps to run Example project
To install PagerTabStrip using CocoaPods, simply add the following line to your Podfile: To install PagerTabStrip using CocoaPods, simply add the following line to your Podfile:
```ruby ```ruby
pod 'PagerTabStrip', '~> 1.0' pod 'PagerTabStripView', '~> 1.0'
``` ```
### Carthage ### Carthage