Commit 051bdf88 authored by Arno Fortelny's avatar Arno Fortelny

Update RNDeviceInfo.podspec

Resolved a hard error (missing authors)
Resolved warning (git repo should end in .git)
Updated version to match package.json
parent 62e15b2a
Pod::Spec.new do |s|
s.name = "RNDeviceInfo"
s.version = "0.4.1"
s.version = "0.9.1"
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" }
s.source = { :git => "https://github.com/rebeccahughes/react-native-device-info.git" }
s.source_files = "RNDeviceInfo/*.{h,m}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment