Skip to content

Commit

Permalink
update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
nghialv committed May 24, 2015
1 parent 02ef0df commit 47bdb99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Net.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Net"
s.version = "0.2.1"
s.version = "0.2.2"
s.summary = "Http Request wrapper written in Swift"
s.homepage = "https://github.com/nghialv"
s.screenshots = "https://camo.githubusercontent.com/18ae3452d66a0b8ad14ee6c897814044c79cec98/68747470733a2f2f646c2e64726f70626f7875736572636f6e74656e742e636f6d2f752f383535363634362f73637265656e73686f74322e706e67"
Expand All @@ -11,7 +11,7 @@ Pod::Spec.new do |s|

s.platform = :ios
s.ios.deployment_target = "8.0"
s.source = { :git => "https://github.com/nghialv/Net.git", :tag => "0.2.1" }
s.source = { :git => "https://github.com/nghialv/Net.git", :tag => "0.2.2" }

s.source_files = "Net/*"
s.requires_arc = true
Expand Down

0 comments on commit 47bdb99

Please sign in to comment.