Change podspec description

This commit is contained in:
Mathieu Acthernoene 2017-06-26 22:08:10 +02:00 committed by GitHub
parent 3e84130a52
commit d5b2793b73
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ version = JSON.parse(File.read('package.json'))["version"]
Pod::Spec.new do |s|
s.name = "RNI18n"
s.version = version
s.description = "https://github.com/AlexanderZaytsev/react-native-i18n"
s.description = "Provide I18n to your React Native application"
s.homepage = "https://github.com/AlexanderZaytsev/react-native-i18n"
s.summary = "React Native + i18n.js"
s.license = "MIT"