Skip to content

Commit

Permalink
Update pod spec to use correct tag
Browse files Browse the repository at this point in the history
  • Loading branch information
bhariharan committed Jun 26, 2015
1 parent fdfc1c5 commit 1b37354
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SalesforceMobileSDK-iOS.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "SalesforceMobileSDK-iOS"
s.version = "3.2.1"
s.version = "3.2.2"
s.summary = "Salesforce Mobile SDK for iOS"
s.homepage = "https://github.com/forcedotcom/SalesforceMobileSDK-iOS"

Expand All @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.platform = :ios, "7.0"

s.source = { :git => "https://github.com/forcedotcom/SalesforceMobileSDK-iOS.git",
:tag => "v#{s.version}",
:tag => "pod_v#{s.version}",
:submodules => true }

s.requires_arc = true
Expand Down

0 comments on commit 1b37354

Please sign in to comment.