Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Ballard committed Sep 9, 2016
1 parent 32504b9 commit 56549f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PMHTTP.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "PMHTTP"
s.version = "0.9.1"
s.version = "0.9.2"
s.summary = "Swift/Obj-C HTTP framework with a focus on REST and JSON"

s.description = <<-DESC
Expand All @@ -25,5 +25,5 @@ Pod::Spec.new do |s|
s.framework = "CFNetwork"
s.module_map = "Sources/module.modulemap"

s.dependency "PMJSON", "~> 0.9.0"
s.dependency "PMJSON", "~> 0.9.4"
end

0 comments on commit 56549f0

Please sign in to comment.