Pod::Spec.new do |s| s.name = 'Keychain' s.version = '1.0.0' s.summary = 'Native iOS modules for Dynamic SDK' s.description = 'Provides Secure Enclave keychain operations and an embedded WKWebView host for the Dynamic webview-controller, exposed via Expo Modules.' s.homepage = 'https://www.dynamic.xyz' s.license = { type: 'MIT' } s.author = 'Dynamic Labs' s.source = { git: '' } s.platform = :ios, '15.1' s.swift_version = '5.4' s.source_files = '*.swift' s.dependency 'ExpoModulesCore' end