Pod::Spec.new do |s| s.name = "SslPinningGuard" s.version = "1.0.0" s.summary = "SSL Pinning plugin for React Native (TurboModule)" s.description = "Secure SSL pinning module for React Native using TurboModules on iOS and Android." s.homepage = "https://github.com/chauhan-saurabh/react-native-ssl-pinning-guard" s.license = { :type => "MIT", :file => "LICENSE" } s.author = { "Saurabh Chauhan" => "dev.saurabhchauhan@gmail.com" } s.platform = :ios, "12.0" s.source = { :git => "https://github.com/chauhan-saurabh/react-native-ssl-pinning-guard.git", :tag => "#{s.version}" } s.source_files = "ios/**/*.{h,m,mm,swift}" s.dependency "React-Core" s.dependency "React-CoreModules" s.dependency "React-RCTFabric" s.dependency "React-Codegen" s.public_header_files = "ios/**/*.{h}" end