Fix Podspec
This commit is contained in:
parent
8978fac41a
commit
b9e42ec4c4
@ -8,10 +8,11 @@ Pod::Spec.new do |s|
|
||||
s.summary = "React Native Handoff support for iOS"
|
||||
|
||||
s.homepage = "https://github.com/IzaakSultan/react-native-handoff"
|
||||
s.author = "IzaakSultan"
|
||||
s.license = "MIT"
|
||||
s.platform = :ios, "9.0"
|
||||
|
||||
s.source = { :git => "https://github.com/IzaakSultan/react-native-handoff.git" }
|
||||
s.source = { :git => "https://github.com/IzaakSultan/react-native-handoff.git", :tag => s.version.to_s }
|
||||
s.source_files = "ios/**/*.{h,m}"
|
||||
|
||||
s.dependency 'React'
|
||||
Loading…
Reference in New Issue
Block a user