File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
"main" : " lib/index.js" ,
14
14
"repository" : {
15
15
"type" : " git" ,
16
- "url" : " "
16
+ "url" : " git@github.com:itrabbit/react-native-webgl2.git "
17
17
},
18
18
"peerDependencies" : {
19
19
"react" : " ^16.*" ,
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ Pod::Spec.new do |s|
6
6
s . name = package [ 'name' ]
7
7
s . version = package [ 'version' ]
8
8
s . summary = package [ 'description' ]
9
- s . homepage = 'https://github.com/react-community /react-native-webgl '
9
+ s . homepage = 'https://github.com/itrabbit /react-native-webgl2 '
10
10
s . license = package [ 'license' ]
11
11
s . author = package [ 'author' ]
12
- s . source = { :git => 'https://github.com/react-community /react-native-webgl .git' , :tag => "v#{ package [ 'version' ] } " }
12
+ s . source = { :git => 'https://github.com/itrabbit /react-native-webgl2 .git' , :tag => "v#{ package [ 'version' ] } " }
13
13
s . requires_arc = true
14
14
s . platform = :ios , '10.3'
15
15
s . pod_target_xcconfig = { 'ENABLE_BITCODE' => 'NO' }
You can’t perform that action at this time.
0 commit comments