Skip to content

Commit

Permalink
Merge branch 'release/v1.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyunsik-Yoo committed Jul 25, 2020
2 parents bf99b97 + 3c1ab31 commit 83acf81
Show file tree
Hide file tree
Showing 31 changed files with 1,126 additions and 524 deletions.
26 changes: 19 additions & 7 deletions thereto-ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'thereto-ios' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!

def main_pods
pod 'SnapKit', '~> 5.0.0'

pod 'RxSwift', '~> 5.1.1'
Expand All @@ -16,10 +14,6 @@ target 'thereto-ios' do
pod 'Firebase/Firestore'
pod 'Firebase/Storage'
pod 'Firebase/Messaging'

# Crashlytics
pod 'Fabric', '~> 1.10.2'
pod 'Crashlytics', '~> 3.14.0'

# Facebook auth
pod 'FBSDKLoginKit'
Expand All @@ -39,3 +33,21 @@ target 'thereto-ios' do
# Then
pod 'Then'
end

target 'thereto-ios' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
main_pods

# Crashlytics
pod 'Fabric', '~> 1.10.2'
pod 'Crashlytics', '~> 3.14.0'
end

target 'theretoTests' do
use_frameworks!
main_pods

pod 'RxBlocking', '~> 5'
pod 'RxTest', '~> 5'
end
Loading

0 comments on commit 83acf81

Please sign in to comment.