Pod::Spec.new do |s| s.name = "RNGeniusScan" s.version = "1.0.0" s.summary = "GeniusScan plugin for React Native" s.description = <<-DESC RNGeniusScan DESC s.homepage = "" s.license = "MIT" s.author = { 'The Grizzly Labs' => 'contact@thegrizzlylabs.com' } s.homepage = "http://thegrizzlylabs.com" s.source_files = ["ios/RNGeniusScan.{h,m}"] s.requires_arc = true s.source = { git: 'git@github.com:thegrizzlylabs/geniusscan-sdk-demo.git' } s.platform = :ios, "12.0" s.dependency "React" s.preserve_paths = 'ios/GSSDK/GSSDK.xcframework' s.xcconfig = { 'OTHER_LDFLAGS' => '-framework GSSDK' } s.vendored_frameworks = 'ios/GSSDK/GSSDK.xcframework' end