diff --git a/react-native-handoff.podspec b/RNHandoff.podspec similarity index 86% rename from react-native-handoff.podspec rename to RNHandoff.podspec index 3c96c7b..dfa8229 100644 --- a/react-native-handoff.podspec +++ b/RNHandoff.podspec @@ -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'