diff --git a/react-native-async-storage.podspec b/RNCAsyncStorage.podspec similarity index 91% rename from react-native-async-storage.podspec rename to RNCAsyncStorage.podspec index 9107be4e..395d04ca 100644 --- a/react-native-async-storage.podspec +++ b/RNCAsyncStorage.podspec @@ -3,7 +3,7 @@ require 'json' package = JSON.parse(File.read(File.join(__dir__, 'package.json'))) Pod::Spec.new do |s| - s.name = "react-native-async-storage" + s.name = "RNCAsyncStorage" s.version = package['version'] s.summary = package['description'] s.license = package['license'] diff --git a/docs/Linking.md b/docs/Linking.md index 0dd9326d..9f3dcff1 100644 --- a/docs/Linking.md +++ b/docs/Linking.md @@ -14,10 +14,10 @@ #### Using 'Pods' 1. Enter into iOS Folder `cd ios/` (on your project's root folder). -2. Add this line to your `Podfile` just below the last pod: (if you don't one just create a new runnning: `pod init`). +2. Add this line to your `Podfile` just below the last pod (if you don't have one, you can create it by running `pod init`): ```diff -+ pod 'react-native-async-storage', :path => '../node_modules/@react-native-community/async-storage' ++ pod 'RNCAsyncStorage', :path => '../node_modules/@react-native-community/async-storage' ``` 3. Run `pod install`