Skip to content

Commit

Permalink
Podspec 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ipodishima committed Apr 22, 2016
1 parent 4834767 commit 2fe3c9b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions WANetworkRouting.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = "WANetworkRouting"
s.version = "0.0.6"
s.version = "0.0.7"
s.summary = "A routing library to fetch objects from an API and map them to your app"
s.homepage = "https://github.com/Wasappli/WANetworkRouting"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Marian Paul" => "[email protected]" }
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/Wasappli/WANetworkRouting.git", :tag => "0.0.6" }
s.source = { :git => "https://github.com/Wasappli/WANetworkRouting.git", :tag => "0.0.7" }
s.source_files = "Files/*.{h,m}"
s.requires_arc = true
s.dependency 'AFNetworking', '~> 3.0'
s.dependency 'WAMapping', '~> 0.0.6'
s.dependency 'AFNetworking', '~> 3.1'
s.dependency 'WAMapping', '~> 0.0.7'
end

0 comments on commit 2fe3c9b

Please sign in to comment.