-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
when I create podspec.file and then run "pod install" I've got an error "Unsupported download strategy {:path=>"."}."
see code
sh script podspec-generator node_modules/react-native-navbar --ios=9.0
content of generated file
Pod::Spec.new do |s|
s.name = "ReactNativeNavbar"
s.version = "2.1.0"
s.summary = "Simple customizable navbar component for react-native"
s.homepage = "https://github.com/react-native-community/react-native-navbar"
s.license = { :type => "MIT" }
s.authors = { "Alexey Kureev" => "kureev-mail@ya.ru" }
s.platform = :ios, "9.0"
s.source = { :path => "." }
s.source_files = "ios", "ios/**/*.{h,m}"
end
davidperrenoud, julian-becker, thomasMinshull and jeduden
Metadata
Metadata
Assignees
Labels
No labels