Commit 34af6e77 authored by Sebastian Dovenor's avatar Sebastian Dovenor Committed by Mehdi Achour

fix: Move .podspec to root (#376)

* Move .podspec to root

* Update .podspec source_files location
parent 579920df
...@@ -12,6 +12,6 @@ Pod::Spec.new do |s| ...@@ -12,6 +12,6 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/rebeccahughes/react-native-device-info.git" } s.source = { :git => "https://github.com/rebeccahughes/react-native-device-info.git" }
s.source_files = "RNDeviceInfo/*.{h,m}" s.source_files = "ios/RNDeviceInfo/*.{h,m}"
end end
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