diff --git a/RNGL.podspec b/RNGL.podspec new file mode 100644 index 0000000000000000000000000000000000000000..8208c44e4199d2f00dac331548afc8ce018ff71d --- /dev/null +++ b/RNGL.podspec @@ -0,0 +1,10 @@ +Pod::Spec.new do |s| + + s.name = "RNGL" + s.version = "2.20.1" + s.homepage = "https://github.com/ProjectSeptemberInc/gl-react-native" + s.platform = :ios, "8.0" + s.source = { :git => "https://github.com/ProjectSeptemberInc/gl-react-native.git" } + s.source_files = 'ios/*.{h,m}' + +end