Skip to content

Commit

Permalink
add podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
myoula committed Dec 28, 2013
1 parent ce15842 commit be5ab98
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions MultiLayerNavigation.podspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Pod::Spec.new do |s|
s.name = "MultiLayerNavigation"
s.version = "0.0.1"
s.summary = "A short description of MultiLayerNavigation."
s.homepage = "https://github.com/vinqon/MultiLayerNavigation"
s.author = { "vinqon" }
s.summary = "Drag to go back Interaction Implementaion"
s.homepage = "https://github.com/myoula/MultiLayerNavigation"
s.author = { "myoula" => "[email protected]" }
s.platform = :ios, '5.0'
s.source = { :git => "https://github.com/myoula/MultiLayerNavigation.git", :tag => "v#{s.version}" }
s.source_files = 'Src/*.{h,m}'
s.source_files = 'Src/*.{h,m}'
end

0 comments on commit be5ab98

Please sign in to comment.