Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
3lvis committed Jan 24, 2016
1 parent 30f23a3 commit c6b9fa6
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion Networking.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
Pod::Spec.new do |s|
s.name = "Networking"
s.version = "0.15.0"
s.version = "0.16.0"
s.summary = "Simple NSURLSession wrapper with support for image caching and faking network requests"
s.description = <<-EOS
Simple NSURLSession wrapper with support for image caching and faking network requests
- Super friendly API
- Singleton free
- Optimized for unit testing
- Minimal implementation
- Fake requests easily (mocking/stubbing)
- Runs synchronously in automatic testing enviroments
- Image download and caching
- Free
EOS
s.homepage = "https://github.com/3lvis/Networking"
s.license = 'MIT'
s.author = { "Elvis Nuñez" => "[email protected]" }
Expand Down

0 comments on commit c6b9fa6

Please sign in to comment.