Commit d2371fc0 authored by Gaëtan Renaudeau's avatar Gaëtan Renaudeau

Merge pull request #69 from ProjectSeptemberInc/topic/add-cocoapods

add podspec file
parents ad6daf52 19e3ee87
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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment