Remove wix references

This commit is contained in:
Aaron Grider 2020-10-13 11:32:07 -07:00 committed by aarongrider
parent 417cca680a
commit 29a572c7d4
2 changed files with 2 additions and 5 deletions

View File

@ -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'

View File

@ -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",