-
Notifications
You must be signed in to change notification settings - Fork 19
podSpec file not found #12
Copy link
Copy link
Open
Description
Please add this RCTCordova.podspec file inside your ios path
require 'json'
package = JSON.parse(File.read(File.join(dir, '../package.json')))
Pod::Spec.new do |s|
s.name = "RCTCordova"
s.version = package['version']
s.summary = package['description']
s.homepage = package['homepage']
s.authors = package['author']
s.license = package['license']
s.platform = :ios, "9.0"
s.source = { :git => '' }
s.source_files = '/*.{h,m}'
s.preserve_paths = '/*.{h,m}'
s.dependency 'React-Core'
end
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels