RNGL.podspec 506 Bytes
Newer Older
Mr Speaker's avatar
Mr Speaker committed
1 2 3
Pod::Spec.new do |s|

  s.name         = "RNGL"
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
4
  s.version      = "2.40.0"
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
5
  s.author       = "Project September"
Mr Speaker's avatar
Mr Speaker committed
6
  s.summary      = "OpenGL bindings for React Native to implement complex effects over images and components"
Mr Speaker's avatar
Mr Speaker committed
7 8
  s.homepage     = "https://github.com/ProjectSeptemberInc/gl-react-native"
  s.platform     = :ios, "8.0"
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
9
  s.source       = { :git => "https://github.com/ProjectSeptemberInc/gl-react-native.git", :tag => "v2.40.0" }
Mr Speaker's avatar
Mr Speaker committed
10 11
  s.source_files = "ios/*.{h,m}"
  s.license      = "MIT"
Mr Speaker's avatar
Mr Speaker committed
12 13

end