Skip to content

Commit 4c5e63f

Browse files
committed
Updates podspec to 0.2.2
1 parent d167a42 commit 4c5e63f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

NLRMashapeClient.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
#
1717

1818
s.name = "NLRMashapeClient"
19-
s.version = "0.2.1"
19+
s.version = "0.2.2"
2020
s.summary = "An easy way to call Mashape APIs"
2121

2222
s.description = <<-DESC
@@ -62,7 +62,7 @@ Pod::Spec.new do |s|
6262
# s.platform = :ios, "5.0"
6363

6464
# When using multiple platforms
65-
s.ios.deployment_target = "6.0"
65+
s.ios.deployment_target = "8.0"
6666
# s.osx.deployment_target = "10.7"
6767

6868

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

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

7777

7878
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #

0 commit comments

Comments
 (0)