diff --git a/PagerTabStrip.podspec b/PagerTabStrip.podspec index 6c0edf0..28fc230 100644 --- a/PagerTabStrip.podspec +++ b/PagerTabStrip.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| - s.name = "PagerTabStrip" + s.name = "PagerTabStripView" 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.license = { type: 'MIT', file: 'LICENSE' } s.authors = { "Xmartlabs SRL" => "swift@xmartlabs.com" } diff --git a/README.md b/README.md index f3712b8..c8953c8 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Platform iOS Swift 5 compatible Carthage compatible -CocoaPods compatible +CocoaPods compatible License: MIT

@@ -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: ```ruby -pod 'PagerTabStrip', '~> 1.0' +pod 'PagerTabStripView', '~> 1.0' ``` ### Carthage