Pod::Spec.new do |s| s.name = "NoPassSdkBridge" s.version = "1.0.21" s.license = { type: 'Custom license', file: 'LICENSE' } s.summary = "Make it easy to use NoPass product on your iOS app." s.description = "NoPass SDK is a software developer kit that allows you to build the NoPass 3-factor authentication into your existing mobile applications." s.homepage = "https://www.identite.us/nopass-sdk" s.author = { "Identite inc." => "support@identite.us" } s.source = { :http => 'file:' + __dir__ + '/' } s.platform = :ios s.swift_version = "5" s.ios.deployment_target = '11.0' s.source_files = '**/*.{h,m,swift}' s.ios.dependency 'NoPass-iOS-SDK-React' s.ios.dependency 'React' end