Merge pull request #106 from poyannabati/pn/update-podspec

Updated Podspec
This commit is contained in:
Mathieu Acthernoene 2017-06-26 22:04:01 +02:00 committed by GitHub
commit 3e84130a52
2 changed files with 14 additions and 0 deletions

View File

@ -28,6 +28,19 @@ If you're using React-Native >= 0.29 just link the library with the command `rea
If you're having any issue you can also try to install the library manually as follows. If you're having any issue you can also try to install the library manually as follows.
## Automatic setup with Cocoapods
After installing the npm package, add the following to your Podfile
```
pod 'RNI18n', :path => 'node_modules/react-native-i18n'
```
and run
```
pod install
```
## Manual setup ## Manual setup
### iOS ### iOS

View File

@ -5,6 +5,7 @@ Pod::Spec.new do |s|
s.name = "RNI18n" s.name = "RNI18n"
s.version = version s.version = version
s.description = "https://github.com/AlexanderZaytsev/react-native-i18n" s.description = "https://github.com/AlexanderZaytsev/react-native-i18n"
s.homepage = "https://github.com/AlexanderZaytsev/react-native-i18n"
s.summary = "React Native + i18n.js" s.summary = "React Native + i18n.js"
s.license = "MIT" s.license = "MIT"
s.author = { "Alexander Zaytsev" => "alexander@say26.com" } s.author = { "Alexander Zaytsev" => "alexander@say26.com" }