Revision aa52505336b5614a29c17c4d4b5b6dd45470e68b authored by Nozsha on 16 January 2019, 11:37:55 UTC, committed by Mehdi Achour on 16 January 2019, 11:37:55 UTC
1 parent da4c0d0
Raw File
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