Skip to content

Commit 417aeb3

Browse files
authored
Merge pull request #26 from rowinbot/master
Change Podfile name
2 parents 4c29e8e + 0950405 commit 417aeb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RNTextGradientView.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ require 'json'
33
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
44

55
Pod::Spec.new do |s|
6-
s.name = "react-native-text-gradient"
6+
s.name = "RNTextGradientView"
77
s.version = package['version']
88
s.summary = "Text gradient for React-Native"
99

manual_installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
1. Open your Podfile in (usually in `[your project's name]``ios``Podfile`)
88
2. Append the following lines to your `Podfile`:
99
```
10-
pod 'react-native-text-gradient',
10+
pod 'RNTextGradientView',
1111
:path => "../node_modules/react-native-text-gradient/RNTextGradientView.podspec"
1212
```
1313
3. Go to `[your project's name]``ios` and run the following:

0 commit comments

Comments
 (0)