From a082b97817c3d2559fc44c955dd2a6d906391fce Mon Sep 17 00:00:00 2001 From: Mr Speaker Date: Tue, 5 Jul 2016 11:41:16 -0400 Subject: [PATCH] update cocoapod spec --- RNGL.podspec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/RNGL.podspec b/RNGL.podspec index 6391f3a..95d0e14 100644 --- a/RNGL.podspec +++ b/RNGL.podspec @@ -1,10 +1,13 @@ Pod::Spec.new do |s| s.name = "RNGL" - s.version = "2.26.0" + s.version = "2.28.2" + s.author = "Gaƫtan Renaudeau" + s.summary = "OpenGL bindings for React Native to implement complex effects over images and components" 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}' + s.source = { :git => "https://github.com/ProjectSeptemberInc/gl-react-native.git", :tag => "v2.28.2" } + s.source_files = "ios/*.{h,m}" + s.license = "MIT" end -- 2.26.2