Fix Podspec

This commit is contained in:
Marcos Rodriguez 2019-08-13 18:41:27 -04:00
parent 8978fac41a
commit b9e42ec4c4

View File

@ -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'