Revision 0a374b584c681a1479e1a8c94ec98c6b71c565c8 authored by Naoto Ida on 09 November 2017, 12:34:10 UTC, committed by Naoto Ida on 09 November 2017, 18:27:56 UTC
1 parent 589633a
Raw File
RNDeviceInfo.podspec
Pod::Spec.new do |s|
  s.name         = "RNDeviceInfo"
  s.version      = "0.9.3"
  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.platform     = :ios, "7.0"

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

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

  s.dependency 'React'
end
back to top