Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
arnab-p committed Jul 28, 2021
1 parent 92b1397 commit f85889e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RudderStack is available through [CocoaPods](https://cocoapods.org) and [Carthag
### CocoaPods
To install it, simply add the following line to your Podfile:
```xcode
pod 'Rudder', '1.0.20'
pod 'Rudder', '1.0.21-beta.1'
```

### Carthage
Expand Down
2 changes: 1 addition & 1 deletion Rudder.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.license = { :type => "Apache", :file => "LICENSE" }
s.author = { "Rudderstack" => "arnab@rudderlabs.com" }
s.platform = :ios, "9.0"
s.source = { :git => "https://github.com/rudderlabs/rudder-sdk-ios.git", :tag => "v1.0.21-beta.1" }
s.source = { :git => "https://github.com/rudderlabs/rudder-sdk-ios.git", :commit => "92b139786863df3b90be0964bf7f1aa533774e34" }

s.ios.deployment_target = '8.0'

Expand Down

0 comments on commit f85889e

Please sign in to comment.