Skip to content

Commit

Permalink
-Pod Setup Impl
Browse files Browse the repository at this point in the history
  • Loading branch information
KhubaibKhan4 committed Jan 5, 2025
1 parent d893cdb commit b1a84f6
Show file tree
Hide file tree
Showing 8 changed files with 1,581 additions and 62 deletions.
15 changes: 15 additions & 0 deletions iosApp/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
platform :ios, '15.6'

target 'iosApp' do
use_frameworks! :linkage => :static

# Path to the Compose Multiplatform framework
pod 'composeApp', :path => '../composeApp/composeApp.podspec'

# Firebase libraries
#pod 'Firebase', '~> 11.5.0'
#pod 'FirebaseCore', '~> 11.5.0'
#pod 'FirebaseAnalytics', '~> 11.5.0'
#pod 'FirebaseFirestore', '~> 11.5.0'
#pod 'FirebaseDatabase', '~> 11.5.0'
end
Loading

0 comments on commit b1a84f6

Please sign in to comment.