mirror of
https://github.com/status-im/react-native-camera.git
synced 2026-08-27 19:51:07 +00:00
Removed all dependencies! Removed podspec. Bumped npm version. 💃
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
Pod::Spec.new do |s|
|
||||
|
||||
s.name = "react-native-camera"
|
||||
s.version = "0.2.9"
|
||||
s.summary = "A Camera component for React Native. Also reads barcodes."
|
||||
s.homepage = "https://github.com/lwansbrough/react-native-camera"
|
||||
s.license = { :type => "MIT", :file => "LICENSE" }
|
||||
s.author = { "Lochlan Wansbrough" => "lochie@live.com" }
|
||||
s.platform = :ios, "7.0"
|
||||
s.source = { :git => "https://github.com/lwansbrough/react-native-camera.git", :tag => "v0.2.8" }
|
||||
s.source_files = "*.{h,m}"
|
||||
s.requires_arc = true
|
||||
s.dependency 'React'
|
||||
end
|
||||
Reference in New Issue
Block a user