Skip to content

Commit

Permalink
Merge pull request #17 from r3nya/patch-1
Browse files Browse the repository at this point in the history
fix: Xcode 12 compatibility
  • Loading branch information
yarikpwnzer authored Jul 1, 2021
2 parents e5a2002 + 8fd24b4 commit 2f4073f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions react-native-survey-monkey.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', 'README.md', 'package.json', 'index.js'
s.source_files = 'ios/*.{h,m}'

s.dependency 'React'
s.dependency 'React-Core'
s.dependency 'surveymonkey-ios-sdk', '~> 2.0'
end
end

0 comments on commit 2f4073f

Please sign in to comment.