diff --git a/RNGL.podspec b/RNGL.podspec index 4a171dcb6a92959aaa1dfc04aa6a253b6b744435..9f4d2842e517f7cf31dc73f5e521b35f117f331c 100644 --- a/RNGL.podspec +++ b/RNGL.podspec @@ -9,5 +9,5 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/ProjectSeptemberInc/gl-react-native.git", :tag => "v2.42.1" } s.source_files = "ios/*.{h,m}" s.license = "MIT" - + s.dependency "React" end