Skip to content

Commit

Permalink
1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EyreFree committed May 29, 2020
1 parent 54b2bd6 commit b4d438e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 13 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

-----

## [1.4.1](https://github.com/EFPrefix/EFFoundation/releases/tag/1.4.0) (2020-05-28)

* Update dependency.

---

## [1.4.0](https://github.com/EFPrefix/EFFoundation/releases/tag/1.4.0) (2020-05-28)

* Add.
Expand Down
6 changes: 3 additions & 3 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.0'
s.version = '1.4.1'
s.summary = 'EFFoundation.'

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

attributes.source_files = 'EFFoundation/Attributes/*.{h,swift}'
attributes.dependency 'EFFoundation/Core'
attributes.dependency 'SwiftyAttributes', '~> 5.1.1'
attributes.dependency 'SwiftyAttributes', '>= 5.1.1'
end

s.subspec 'Device' do |device|
device.ios.deployment_target = '8.0'

device.source_files = 'EFFoundation/Device/*.{h,swift}'
device.dependency 'EFFoundation/Core'
device.dependency 'DeviceKit', '~> 2.3.0'
device.dependency 'DeviceKit', '>= 3.2.0'
end

s.subspec 'Reachability' do |reachability|
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 (2.3.0)
- EFFoundation/Attributes (1.4.0):
- DeviceKit (3.2.0)
- EFFoundation/Attributes (1.4.1):
- EFFoundation/Core
- SwiftyAttributes (~> 5.1.1)
- EFFoundation/Complete (1.4.0):
- SwiftyAttributes (>= 5.1.1)
- EFFoundation/Complete (1.4.1):
- EFFoundation/Attributes
- EFFoundation/Core
- EFFoundation/Device
- EFFoundation/Reachability
- EFFoundation/Core (1.4.0)
- EFFoundation/Device (1.4.0):
- DeviceKit (~> 2.3.0)
- EFFoundation/Core (1.4.1)
- EFFoundation/Device (1.4.1):
- DeviceKit (>= 3.2.0)
- EFFoundation/Core
- EFFoundation/Reachability (1.4.0):
- EFFoundation/Reachability (1.4.1):
- EFFoundation/Core
- ReachabilitySwift (~> 5.0.0)
- ReachabilitySwift (5.0.0)
Expand All @@ -32,8 +32,8 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
DeviceKit: da103891aa928d89f64ea8dd8aca738c5f3d8ac0
EFFoundation: 3be31917d5d6a4d0ec62faed4037c17d13ab0dfa
DeviceKit: d081659419cce07c0b5239dbc9fb39ed7413c7fe
EFFoundation: cc74b03283ead369c1c7647638419eec8b135e18
ReachabilitySwift: 985039c6f7b23a1da463388634119492ff86c825
SwiftyAttributes: e3e13891ddac3c62b3d7798d5c3969cea88e62bb

Expand Down

0 comments on commit b4d438e

Please sign in to comment.