Skip to content

Commit

Permalink
Update Networking.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
3lvis committed Nov 24, 2015
1 parent f2d0ff7 commit 814a526
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Networking.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Networking"
s.version = "0.12.0"
s.version = "0.12.1"
s.summary = "Dead Simple Networking Library"
s.homepage = "https://github.com/3lvis/Networking"
s.license = 'MIT'
Expand All @@ -16,5 +16,5 @@ s.source_files = 'Source/**/*'
s.frameworks = 'Foundation'
s.dependency 'TestCheck', '~> 0.3.0'
s.dependency 'JSON', '~> 4.0.2'
s.dependency 'NetworkActivityIndicator', '~> 0.1.1'
s.dependency 'NetworkActivityIndicator', '~> 0.1.2'
end

0 comments on commit 814a526

Please sign in to comment.