Skip to content

Commit

Permalink
Update DeviceKit for support iPhone 12 (#10)
Browse files Browse the repository at this point in the history
* update

* update podspec
  • Loading branch information
KittenYang authored Oct 26, 2020
1 parent 0fcba27 commit 4981f5c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
4 changes: 2 additions & 2 deletions EFFoundation.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'EFFoundation'
s.version = '1.4.8'
s.version = '1.4.9'
s.summary = 'EFFoundation.'

s.description = <<-DESC
Expand Down Expand Up @@ -43,7 +43,7 @@ Pod::Spec.new do |s|

device.source_files = 'EFFoundation/Device/*.{h,swift}'
device.dependency 'EFFoundation/Core'
device.dependency 'DeviceKit', '>= 4.1.0'
device.dependency 'DeviceKit', '>= 4.2.1'
end

s.subspec 'Reachability' do |reachability|
Expand Down
2 changes: 2 additions & 0 deletions Example/Example/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ class ViewController: UIViewController {

printLog("2333")
printLog(1 + 2)
let bottom = CGFloat.bottomSafeAreaHeight
printLog("bottomSafeAreaHeight:\(bottom)")
}


Expand Down
20 changes: 10 additions & 10 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
PODS:
- DeviceKit (4.1.0)
- EFFoundation/Attributes (1.4.8):
- DeviceKit (4.2.1)
- EFFoundation/Attributes (1.4.9):
- EFFoundation/Core
- SwiftyAttributes (>= 5.1.1)
- EFFoundation/Complete (1.4.8):
- EFFoundation/Complete (1.4.9):
- EFFoundation/Attributes
- EFFoundation/Core
- EFFoundation/Device
- EFFoundation/Reachability
- EFFoundation/Core (1.4.8)
- EFFoundation/Device (1.4.8):
- DeviceKit (>= 4.1.0)
- EFFoundation/Core (1.4.9)
- EFFoundation/Device (1.4.9):
- DeviceKit (>= 4.2.1)
- EFFoundation/Core
- EFFoundation/Reachability (1.4.8):
- EFFoundation/Reachability (1.4.9):
- EFFoundation/Core
- ReachabilitySwift (~> 5.0.0)
- ReachabilitySwift (5.0.0)
Expand All @@ -32,11 +32,11 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
DeviceKit: aaa4743a15ef1e2021fe654dffa32a3ed15672aa
EFFoundation: 69a4098bcb423df6379b786cc9b643264d93a5f3
DeviceKit: cadb5ff25d45fe186778bf2d0fd2ea4750542189
EFFoundation: ca61de582cd5b6f3516b43c0f7b364222cbf8e4b
ReachabilitySwift: 985039c6f7b23a1da463388634119492ff86c825
SwiftyAttributes: e3e13891ddac3c62b3d7798d5c3969cea88e62bb

PODFILE CHECKSUM: 48769c5169199d57957c97be98553537a932578e

COCOAPODS: 1.9.3
COCOAPODS: 1.10.0

0 comments on commit 4981f5c

Please sign in to comment.