Pod::Spec.new do |s| s.name = 'ExpoBlueskyPeekMenu' s.version = '1.0.0' s.summary = 'Native iOS context menu (peek + long-press) for embeds' s.description = 'Wraps UIContextMenuInteraction with a compositional JS API.' s.author = '' s.homepage = 'https://github.com/bluesky-social/toolbox' s.platforms = { :ios => '13.4', :tvos => '13.4' } s.source = { git: '' } s.static_framework = true s.dependency 'ExpoModulesCore' # Must match the version pinned by expo-image so we share SDImageCache.shared. s.dependency 'SDWebImage', '~> 5.21.0' s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'SWIFT_COMPILATION_MODE' => 'wholemodule' } s.source_files = "**/*.{h,m,mm,swift,hpp,cpp}" end