RNGL.podspec 528 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.42.1"
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.42.1" }
Mr Speaker's avatar
Mr Speaker committed
10 11
  s.source_files = "ios/*.{h,m}"
  s.license      = "MIT"
lizujian's avatar
lizujian committed
12
  s.dependency "React"
Mr Speaker's avatar
Mr Speaker committed
13
end