Skip to content

Commit

Permalink
Updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
evnaz committed Sep 23, 2017
1 parent 1cd2181 commit 98c3c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ENSwiftSideMenu.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
s.author = { "Evgeny Nazarov" => "[email protected]" }
s.requires_arc = true
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/evnaz/ENSwiftSideMenu.git", :tag => "0.1.2"}
s.source = { :git => "https://github.com/evnaz/ENSwiftSideMenu.git", :tag => "0.1.3"}
s.source_files = "Library/ENSideMenu.swift", "Library/ENSideMenuNavigationController.swift"

end

1 comment on commit 98c3c10

@MartinP7r
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I might be wrong since I never created a pod myself, but i think if you don't increase the version number of your pod in

s.version = "0.1.1"
as well, the pod itself will not update.

Please sign in to comment.