podscpec file created

This commit is contained in:
KristineTrona 2019-11-20 15:20:55 +01:00
parent 7d30db4dee
commit 3c99335def

View File

@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.author = package["author"]
s.platforms = { :ios => "9.0", :tvos => "9.0" }
s.source = { :git => "https://github.com/brthrs/react-native-passcode-auth", :tag => "#{s.version}" }
s.source_files = "ios/**/*.{h,m}"
s.source_files = "{h,m}"
s.dependency "React"