diff --git a/README.md b/README.md index 386f36b2..bcd041fc 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/Rudder.podspec b/Rudder.podspec index 5c267b37..896dc119 100644 --- a/Rudder.podspec +++ b/Rudder.podspec @@ -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'