We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64425ba + ce14f8e commit e9cc4f1Copy full SHA for e9cc4f1
2 files changed
βREADME.mdβ
@@ -138,7 +138,7 @@ github "tamanyan/SwiftPageMenu"
138
```
139
target 'MyApp' do
140
use_frameworks!
141
- pod 'SwiftPageMenu', '~> 1.4'
+ pod 'Swift_PageMenu', '~> 1.4'
142
end
143
144
βSwiftPageMenu.podspecβ βSwift_PageMenu.podspecβSwiftPageMenu.podspec renamed to Swift_PageMenu.podspec
@@ -7,7 +7,7 @@
7
#
8
9
Pod::Spec.new do |s|
10
- s.name = "SwiftPageMenu"
+ s.name = "Swift_PageMenu"
11
s.version = "1.4.0"
12
s.summary = "Customizable Page Tab Menu Controller π"
13
s.license = { :type => 'MIT', :file => 'LICENSE' }
0 commit comments