Skip to content

Commit

Permalink
Correct podspec to point to correct iOS dependency version v3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Jack committed Jun 26, 2018
1 parent d98e5b4 commit a66a8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-native-appboy-sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ Pod::Spec.new do |s|
s.preserve_paths = 'LICENSE.md', 'README.md', 'package.json', 'index.js'
s.source_files = 'iOS/**/*.{h,m}'

s.dependency 'Appboy-iOS-SDK', '~> 3.3.3'
s.dependency 'Appboy-iOS-SDK', '~> 3.5.1'
s.dependency 'React'
end

0 comments on commit a66a8da

Please sign in to comment.