Commit 589bbdc3 authored by Rebecca Hughes's avatar Rebecca Hughes

Merge pull request #1 from mchinyakov/cocoapod

Add podspec file.
parents 46126b77 66473b66
Pod::Spec.new do |s|
s.name = "RNDeviceInfo"
s.version = "0.4.0"
s.summary = "Device Information for react-native"
s.homepage = "https://github.com/rebeccahughes/react-native-device-info"
s.license = "MIT"
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/rebeccahughes/react-native-device-info" }
s.source_files = "RNDeviceInfo/*.{h,m}"
end
......@@ -13,7 +13,8 @@
"ios",
"android",
"device",
"events"
"events",
"cocoapod"
],
"author": "Rebecca Hughes <rebecca@learnium.net> (https://github.com/rebeccahughes)",
"license": "MIT",
......
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