https://github.com/rebeccahughes/react-native-device-info
Raw File
Tip revision: f2f2beb7c46bfb178cc2a4ebf40762ffb2a72e7a authored by Mehdi Achour on 29 July 2018, 09:16:57 UTC
v0.22.2
Tip revision: f2f2beb
RNDeviceInfo.podspec
Pod::Spec.new do |s|
  s.name         = "RNDeviceInfo"
  s.version      = "0.21.5"
  s.summary      = "Device Information for react-native"

  s.homepage     = "https://github.com/rebeccahughes/react-native-device-info"

  s.license      = "MIT"
  s.authors      = { "Rebecca Hughes" => "rebecca@learnium.net" }
  s.ios.deployment_target = '8.0'
  s.tvos.deployment_target = '10.0'

  s.source       = { :git => "https://github.com/rebeccahughes/react-native-device-info.git" }

  s.source_files  = "ios/RNDeviceInfo/*.{h,m}"

  s.dependency 'React'
end
back to top