rnc-archive / react-native-webgl

DEPRECATED: use expo-gl – Implements WebGL for react-native
296 stars 73 forks source link

Add support for Cocoapods by adding podspec #26

Closed johannth closed 7 years ago

johannth commented 7 years ago

Adds react-native-webgl.podspec so this library can be installed through Cocoapods on iOS instead of using react-native link.

I was not sure which was the minimum supported iOS version so I just put iOS 10.

gre commented 7 years ago

thanks 👍

robinxb commented 7 years ago

Based on React Native project, the minimum supported system versions are

Supported operating systems are >= Android 4.1 (API 16) and >= iOS 8.0.

Please consider changing platform requirement to 8.0, if there's no other issue.