Skip to content

Commit

Permalink
1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
EyreFree committed May 29, 2020
1 parent b4d438e commit 1999d2b
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 11 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

-----

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

* Update deployment_target.

---

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

* Update dependency.

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.1'
s.version = '1.4.2'
s.summary = 'EFFoundation.'

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

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

device.source_files = 'EFFoundation/Device/*.{h,swift}'
device.dependency 'EFFoundation/Core'
Expand All @@ -55,7 +55,7 @@ Pod::Spec.new do |s|
end

s.subspec 'Complete' do |complete|
complete.ios.deployment_target = '8.0'
complete.ios.deployment_target = '9.3'

complete.dependency 'EFFoundation/Core'
complete.dependency 'EFFoundation/Attributes'
Expand Down
12 changes: 6 additions & 6 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
PODS:
- DeviceKit (3.2.0)
- EFFoundation/Attributes (1.4.1):
- EFFoundation/Attributes (1.4.2):
- EFFoundation/Core
- SwiftyAttributes (>= 5.1.1)
- EFFoundation/Complete (1.4.1):
- EFFoundation/Complete (1.4.2):
- EFFoundation/Attributes
- EFFoundation/Core
- EFFoundation/Device
- EFFoundation/Reachability
- EFFoundation/Core (1.4.1)
- EFFoundation/Device (1.4.1):
- EFFoundation/Core (1.4.2)
- EFFoundation/Device (1.4.2):
- DeviceKit (>= 3.2.0)
- EFFoundation/Core
- EFFoundation/Reachability (1.4.1):
- EFFoundation/Reachability (1.4.2):
- EFFoundation/Core
- ReachabilitySwift (~> 5.0.0)
- ReachabilitySwift (5.0.0)
Expand All @@ -33,7 +33,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
DeviceKit: d081659419cce07c0b5239dbc9fb39ed7413c7fe
EFFoundation: cc74b03283ead369c1c7647638419eec8b135e18
EFFoundation: 904d66f37ae0446f40313ccf49ffbea348826d79
ReachabilitySwift: 985039c6f7b23a1da463388634119492ff86c825
SwiftyAttributes: e3e13891ddac3c62b3d7798d5c3969cea88e62bb

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To run the example project, clone the repo, and run `pod install` from the Examp

- Xcode 10.2+
- Swift 5.0+
- iOS 8.0+
- iOS 9.3+

## Installation

Expand Down

0 comments on commit 1999d2b

Please sign in to comment.