diff --git a/RNGL.podspec b/RNGL.podspec index 6391f3a213b9575076ef5e10a4ea2de5775e8e37..95d0e141e364c47a9130ff2b0145ce1882f6190f 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