Skip to content

Commit e9cc4f1

Browse files
authored
Merge pull request #23 from tamanyan/feature-cocoapods
Add Swift_PageMenu.podspec
2 parents 64425ba + ce14f8e commit e9cc4f1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ github "tamanyan/SwiftPageMenu"
138138
```
139139
target 'MyApp' do
140140
use_frameworks!
141-
pod 'SwiftPageMenu', '~> 1.4'
141+
pod 'Swift_PageMenu', '~> 1.4'
142142
end
143143
```
144144

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88

99
Pod::Spec.new do |s|
10-
s.name = "SwiftPageMenu"
10+
s.name = "Swift_PageMenu"
1111
s.version = "1.4.0"
1212
s.summary = "Customizable Page Tab Menu Controller πŸ‘"
1313
s.license = { :type => 'MIT', :file => 'LICENSE' }

0 commit comments

Comments
Β (0)