diff --git a/apptentive-react-native.podspec b/apptentive-react-native.podspec index 7ba4b5b..10a5a3b 100644 --- a/apptentive-react-native.podspec +++ b/apptentive-react-native.podspec @@ -15,6 +15,6 @@ Pod::Spec.new do |s| s.source_files = "ios/**/*.{h,m,mm,swift}" - s.dependency 'ApptentiveKit', '~> 6.0.2' + s.dependency 'ApptentiveKit', '~> 6.0.6' s.dependency "React-Core" end