Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

podSpec file not found #12

Open
sathish2416 opened this issue Jul 27, 2021 · 0 comments
Open

podSpec file not found #12

sathish2416 opened this issue Jul 27, 2021 · 0 comments

Comments

@sathish2416
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant