Skip to content

Commit

Permalink
Updated Eureka to fix a compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
devMEremenko committed Nov 16, 2020
1 parent f588915 commit e336a62
Show file tree
Hide file tree
Showing 243 changed files with 37,844 additions and 30,877 deletions.
15 changes: 12 additions & 3 deletions Podfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
source = 'https://github.com/CocoaPods/Specs.git'
minimum_target = '13.0'

platform :ios, '13.0'
platform :ios, minimum_target

target 'XcodeBenchmark' do
use_frameworks!
Expand All @@ -24,7 +25,7 @@ target 'XcodeBenchmark' do

# Core
pod 'SwiftyJSON', '~> 4.0'
pod 'Realm'
pod 'Realm', '~> 5.3.4'
pod 'MagicalRecord', :git => 'https://github.com/magicalpanda/MagicalRecord'
pod 'RxBluetoothKit'
pod 'ReactiveCocoa', '~> 10.1'
Expand All @@ -44,7 +45,7 @@ target 'XcodeBenchmark' do
# UI
pod 'Hero'
pod 'SVProgressHUD'
pod 'Eureka'
pod 'Eureka', '~> 5.3.2'
pod 'IQKeyboardManagerSwift'
pod 'Macaw', '0.9.7'

Expand All @@ -64,3 +65,11 @@ target 'XcodeBenchmark' do
pod 'FacebookLogin'
pod 'FacebookShare'
end

post_install do |pi|
pi.pods_project.targets.each do |t|
t.build_configurations.each do |config|
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = minimum_target
end
end
end
12 changes: 6 additions & 6 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ PODS:
- DTModelStorage/Core (8.1.0)
- DTTableViewManager (7.2.0):
- DTModelStorage (~> 8.1.0)
- Eureka (5.2.1)
- Eureka (5.3.2)
- FacebookCore (0.9.0):
- FBSDKCoreKit (~> 5.0)
- FacebookLogin (0.9.0):
Expand Down Expand Up @@ -515,7 +515,7 @@ DEPENDENCIES:
- CryptoSwift (~> 1.0)
- DTCollectionViewManager
- DTTableViewManager
- Eureka
- Eureka (~> 5.3.2)
- FacebookCore
- FacebookLogin
- FacebookShare
Expand All @@ -541,7 +541,7 @@ DEPENDENCIES:
- ObjectMapper
- R.swift.Library
- ReactiveCocoa (~> 10.1)
- Realm
- Realm (~> 5.3.4)
- RxBluetoothKit
- SDWebImage (~> 5.0)
- SnapKit (~> 5.0.0)
Expand Down Expand Up @@ -648,7 +648,7 @@ SPEC CHECKSUMS:
DTCollectionViewManager: 7a63899c6f917d7d69fa4a186390b77accf91c3c
DTModelStorage: 4d95b242464719155d5068eebb881d96c707a415
DTTableViewManager: 67c48a338dfe7a5d1aa54f2bd6116fce22063909
Eureka: c883105488e05bc65539f583246ecf9657cabbfe
Eureka: 1c2b8b5892bfb0e972d0fe05f8c09fd89f8625ec
FacebookCore: ba86524b66cfa86d0f8e65d08faa8504a9f732dd
FacebookLogin: 6cee9fd6e1fe976fe8f7eec199e27b28b14f5d63
FacebookShare: 85968ad1b1606c4944fb154924e425fd29184ea5
Expand Down Expand Up @@ -712,6 +712,6 @@ SPEC CHECKSUMS:
TRON: 3cb6a8c19230177c97225860d2ff38b618d51a53
VK-ios-sdk: 62a10b6571fbcda0657f455fedce7fedf55b4cd0

PODFILE CHECKSUM: 9a6e0fecd5578f3201c21d4ef7919630e58eae8a
PODFILE CHECKSUM: 7f2b3c92cbd3de2bb8b9bfa82069c33fc588fb46

COCOAPODS: 1.8.4
COCOAPODS: 1.9.3
6 changes: 3 additions & 3 deletions Pods/Eureka/README.md

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

14 changes: 6 additions & 8 deletions Pods/Eureka/Source/Core/BaseRow.swift

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

12 changes: 9 additions & 3 deletions Pods/Eureka/Source/Core/Core.swift

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

2 changes: 1 addition & 1 deletion Pods/Eureka/Source/Core/Row.swift

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

2 changes: 1 addition & 1 deletion Pods/Eureka/Source/Core/SelectableSection.swift

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

2 changes: 1 addition & 1 deletion Pods/Eureka/Source/Core/Validation.swift

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

6 changes: 6 additions & 0 deletions Pods/Eureka/Source/Rows/Common/DateFieldRow.swift

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

20 changes: 13 additions & 7 deletions Pods/Eureka/Source/Rows/Common/FieldRow.swift

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

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

20 changes: 20 additions & 0 deletions Pods/Eureka/Source/Rows/DateInlineRow.swift

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

14 changes: 14 additions & 0 deletions Pods/Eureka/Source/Rows/DatePickerRow.swift

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

1 change: 1 addition & 0 deletions Pods/Eureka/Source/Rows/FieldsRow.swift

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

12 changes: 6 additions & 6 deletions Pods/Manifest.lock

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

Loading

0 comments on commit e336a62

Please sign in to comment.