Remove wix references
This commit is contained in:
parent
417cca680a
commit
29a572c7d4
|
@ -9,10 +9,10 @@ Pod::Spec.new do |s|
|
|||
s.license = "MIT"
|
||||
|
||||
s.authors = "CameraKit"
|
||||
s.homepage = "https://github.com/wix/react-native-camera-kit"
|
||||
s.homepage = "https://github.com/teslamotors/react-native-camera-kit"
|
||||
s.platform = :ios, "9.0"
|
||||
|
||||
s.source = { :git => "https://github.com/wix/react-native-camera-kit.git", :tag => "v#{s.version}" }
|
||||
s.source = { :git => "https://github.com/teslamotors/react-native-camera-kit.git", :tag => "v#{s.version}" }
|
||||
s.source_files = "ios/lib/**/*.{h,m}"
|
||||
|
||||
s.dependency 'React'
|
||||
|
|
|
@ -11,9 +11,6 @@
|
|||
"nativePackage": true,
|
||||
"react-native": "src/index",
|
||||
"source": "src/index",
|
||||
"bugs": {
|
||||
"url": "https://github.com/wix/react-native-camera-kit/issues"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "jest",
|
||||
"start": "watchman watch-del-all && node node_modules/react-native/local-cli/cli.js start",
|
||||
|
|
Loading…
Reference in New Issue