Commit 66473b66 authored by Mikhail Chinyakov's avatar Mikhail Chinyakov

Fix source in podspec file.

parent 978c53fe
...@@ -8,7 +8,7 @@ Pod::Spec.new do |s| ...@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.license = "MIT" s.license = "MIT"
s.platform = :ios, "7.0" s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/rebeccahughes/react-native-device-info", :head } s.source = { :git => "https://github.com/rebeccahughes/react-native-device-info" }
s.source_files = "RNDeviceInfo/*.{h,m}" 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