mirror of
https://github.com/status-im/react-native-camera.git
synced 2026-08-30 21:21:06 +00:00
fixed the source_files path in podspec
This commit is contained in:
@@ -10,13 +10,13 @@ Pod::Spec.new do |s|
|
||||
s.license = package['license']
|
||||
s.author = package['author']
|
||||
s.homepage = package['homepage']
|
||||
s.source = { :git => 'https://github.com/lwansbrough/react-native-camera', :tag => s.version }
|
||||
s.source = { :git => 'https://github.com/react-native-community/react-native-camera', :tag => s.version }
|
||||
|
||||
s.requires_arc = true
|
||||
s.platform = :ios, '8.0'
|
||||
|
||||
s.preserve_paths = 'LICENSE', 'README.md', 'package.json', 'index.js'
|
||||
s.source_files = 'ios/*.{h,m}'
|
||||
s.source_files = 'ios/**/*.{h,m}'
|
||||
|
||||
s.dependency 'React'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user