Skip to content

Commit

Permalink
Updates podspec to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
natanrolnik committed Dec 20, 2015
1 parent d167a42 commit 4c5e63f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions NLRMashapeClient.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "NLRMashapeClient"
s.version = "0.2.1"
s.version = "0.2.2"
s.summary = "An easy way to call Mashape APIs"

s.description = <<-DESC
Expand Down Expand Up @@ -62,7 +62,7 @@ Pod::Spec.new do |s|
# s.platform = :ios, "5.0"

# When using multiple platforms
s.ios.deployment_target = "6.0"
s.ios.deployment_target = "8.0"
# s.osx.deployment_target = "10.7"


Expand All @@ -72,7 +72,7 @@ Pod::Spec.new do |s|
# Supports git, hg, bzr, svn and HTTP.
#

s.source = { :git => "https://github.com/natanrolnik/NLRMashapeClient.git", :tag => "0.2.1" }
s.source = { :git => "https://github.com/natanrolnik/NLRMashapeClient.git", :tag => "0.2.2" }


# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
Expand Down

0 comments on commit 4c5e63f

Please sign in to comment.