Skip to content

Commit

Permalink
Podspec 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ipodishima committed Jun 10, 2016
1 parent d1a6410 commit 920ed56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WANetworkRouting.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = "WANetworkRouting"
s.version = "0.0.8"
s.version = "0.0.9"
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.ios.deployment_target = "7.0"
s.watchos.deployment_target = "2.0"
s.source = { :git => "https://github.com/Wasappli/WANetworkRouting.git", :tag => "0.0.8" }
s.source = { :git => "https://github.com/Wasappli/WANetworkRouting.git", :tag => "0.0.9" }
s.source_files = "Files/*.{h,m}"
s.requires_arc = true
s.dependency 'AFNetworking', '~> 3.1'
Expand Down

0 comments on commit 920ed56

Please sign in to comment.