Skip to content

Commit

Permalink
Repository name changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
matyushenkoMaxim committed Jun 30, 2016
1 parent ccff620 commit 38e11ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file not shown.
4 changes: 2 additions & 2 deletions hndlSegue.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ Pod::Spec.new do |s|
hndlSegue is a simple lib what allow to call performSegueWithIdentifier with block of code(handler for that segue).
DESC

s.homepage = "https://github.com/madmaxmv/hndlSegeue"
s.homepage = "https://github.com/madmaxmv/hndlSegue"
s.license = { :type => "MIT", :file => "LICENSE" }

s.author = { "matyushenko" => "[email protected]" }

s.ios.deployment_target = "8.0"

s.source = { :git => 'https://github.com/madmaxmv/hndlSegeue.git', :tag => s.version }
s.source = { :git => 'https://github.com/madmaxmv/hndlSegue.git', :tag => s.version }

s.source_files = "SegueExtension/SegueExtension/*.swift"
s.exclude_files = "SegueExtension/Exclude"
Expand Down

0 comments on commit 38e11ba

Please sign in to comment.