Commit ca844d55 authored by Mehdi Achour's avatar Mehdi Achour

fix: rollback pod dependency change

parent 22bef4a1
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
### next ### next
### 0.21.5
* Rolled back the Pod change made in 0.21.1
### 0.21.4 ### 0.21.4
* Move back the podspec file to the root directory (https://github.com/rebeccahughes/react-native-device-info/pull/376) * Move back the podspec file to the root directory (https://github.com/rebeccahughes/react-native-device-info/pull/376)
......
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = "RNDeviceInfo" s.name = "RNDeviceInfo"
s.version = "0.21.4" s.version = "0.21.5"
s.summary = "Device Information for react-native" s.summary = "Device Information for react-native"
s.homepage = "https://github.com/rebeccahughes/react-native-device-info" s.homepage = "https://github.com/rebeccahughes/react-native-device-info"
...@@ -14,4 +14,5 @@ Pod::Spec.new do |s| ...@@ -14,4 +14,5 @@ Pod::Spec.new do |s|
s.source_files = "ios/RNDeviceInfo/*.{h,m}" s.source_files = "ios/RNDeviceInfo/*.{h,m}"
s.dependency 'React'
end end
...@@ -24,6 +24,6 @@ using System.Runtime.InteropServices; ...@@ -24,6 +24,6 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.21.4.0")] [assembly: AssemblyVersion("0.21.5.0")]
[assembly: AssemblyFileVersion("1.0.0.0")] [assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: ComVisible(false)] [assembly: ComVisible(false)]
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