mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
1Pod::Spec.new do |s|
2 s.name = 'BottomSheet'
3 s.version = '1.0.0'
4 s.summary = 'A bottom sheet for use in Bluesky'
5 s.description = 'A bottom sheet for use in Bluesky'
6 s.author = ''
7 s.homepage = 'https://github.com/bluesky-social/social-app'
8 s.platforms = { :ios => '15.0', :tvos => '15.0' }
9 s.source = { git: '' }
10 s.static_framework = true
11
12 s.dependency 'ExpoModulesCore'
13
14 # Swift/Objective-C compatibility
15 s.pod_target_xcconfig = {
16 'DEFINES_MODULE' => 'YES',
17 'SWIFT_COMPILATION_MODE' => 'wholemodule'
18 }
19
20 s.source_files = "**/*.{h,m,swift}"
21end