fix: rollback pod dependency change
Showing
| Pod::Spec.new do |s| | ||
| s.name = "RNDeviceInfo" | ||
| s.version = "0.21.4" | ||
| s.version = "0.21.5" | ||
| s.summary = "Device Information for react-native" | ||
| s.homepage = "https://github.com/rebeccahughes/react-native-device-info" | ||
| ... | ... | @@ -14,4 +14,5 @@ Pod::Spec.new do |s| |
| s.source_files = "ios/RNDeviceInfo/*.{h,m}" | ||
| s.dependency 'React' | ||
| end |
Please
register
or
sign in
to comment