Skip to content

Commit

Permalink
Add Libraries and Remove Storyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Yazan98 committed Aug 30, 2023
1 parent 5701119 commit 742b54d
Show file tree
Hide file tree
Showing 3,368 changed files with 1,218,526 additions and 65 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Binary file added .DS_Store
Binary file not shown.
22 changes: 22 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'RM Client' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!

pod 'RealmSwift', '~>10'
pod 'MaterialComponents/Snackbar'
pod 'Alamofire'


target 'RM ClientTests' do
inherit! :search_paths
# Pods for testing
end

target 'RM ClientUITests' do
# Pods for testing
end

end
102 changes: 102 additions & 0 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
PODS:
- Alamofire (5.7.1)
- MaterialComponents/AnimationTiming (124.2.0)
- MaterialComponents/Availability (124.2.0)
- MaterialComponents/Buttons (124.2.0):
- MaterialComponents/Elevation
- MaterialComponents/Ink
- MaterialComponents/private/Math
- MaterialComponents/Ripple
- MaterialComponents/Shadow
- MaterialComponents/ShadowElevations
- MaterialComponents/ShadowLayer
- MaterialComponents/ShapeLibrary
- MaterialComponents/Shapes
- MaterialComponents/Typography
- MDFInternationalization
- MDFTextAccessibility
- MaterialComponents/Elevation (124.2.0):
- MaterialComponents/Availability
- MaterialComponents/private/Color
- MaterialComponents/private/Math
- MaterialComponents/Ink (124.2.0):
- MaterialComponents/Availability
- MaterialComponents/private/Color
- MaterialComponents/private/Math
- MaterialComponents/OverlayWindow (124.2.0):
- MaterialComponents/Availability
- MaterialComponents/private/Application
- MaterialComponents/private/Application (124.2.0)
- MaterialComponents/private/Color (124.2.0):
- MaterialComponents/Availability
- MaterialComponents/private/KeyboardWatcher (124.2.0):
- MaterialComponents/private/Application
- MaterialComponents/private/Math (124.2.0)
- MaterialComponents/private/Overlay (124.2.0)
- MaterialComponents/Ripple (124.2.0):
- MaterialComponents/AnimationTiming
- MaterialComponents/Availability
- MaterialComponents/private/Color
- MaterialComponents/private/Math
- MaterialComponents/Shadow (124.2.0):
- MaterialComponents/Availability
- MaterialComponents/ShadowElevations (124.2.0)
- MaterialComponents/ShadowLayer (124.2.0):
- MaterialComponents/ShadowElevations
- MaterialComponents/ShapeLibrary (124.2.0):
- MaterialComponents/private/Math
- MaterialComponents/Shapes
- MaterialComponents/Shapes (124.2.0):
- MaterialComponents/private/Color
- MaterialComponents/private/Math
- MaterialComponents/ShadowLayer
- MaterialComponents/Snackbar (124.2.0):
- MaterialComponents/AnimationTiming
- MaterialComponents/Availability
- MaterialComponents/Buttons
- MaterialComponents/Elevation
- MaterialComponents/OverlayWindow
- MaterialComponents/private/Application
- MaterialComponents/private/KeyboardWatcher
- MaterialComponents/private/Math
- MaterialComponents/private/Overlay
- MaterialComponents/ShadowElevations
- MaterialComponents/ShadowLayer
- MaterialComponents/Typography
- MaterialComponents/Typography (124.2.0):
- MaterialComponents/private/Application
- MaterialComponents/private/Math
- MDFTextAccessibility
- MDFInternationalization (3.0.0)
- MDFTextAccessibility (2.0.1)
- Realm (10.42.1):
- Realm/Headers (= 10.42.1)
- Realm/Headers (10.42.1)
- RealmSwift (10.42.1):
- Realm (= 10.42.1)

DEPENDENCIES:
- Alamofire
- MaterialComponents/Snackbar
- RealmSwift (~> 10)

SPEC REPOS:
trunk:
- Alamofire
- MaterialComponents
- MDFInternationalization
- MDFTextAccessibility
- Realm
- RealmSwift

SPEC CHECKSUMS:
Alamofire: 0123a34370cb170936ae79a8df46cc62b2edeb88
MaterialComponents: 1a9b2d9d45b1601ae544de85089adc4c464306d4
MDFInternationalization: d697c55307816222a55685c4ccb1044ffb030c12
MDFTextAccessibility: f4bb4cc2194286651b59a215fdeaa0e05dc90ba5
Realm: f433b80a05f68575e88364d6fcc6234965ccc5af
RealmSwift: 757e1416e2314f7e1543abdb2aa65b311d7b6545

PODFILE CHECKSUM: cdb656b060f4c080b9f44b6994e842768a9d396f

COCOAPODS: 1.12.1
19 changes: 19 additions & 0 deletions Pods/Alamofire/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 742b54d

Please sign in to comment.