Skip to content

Commit

Permalink
Bump 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ElfSundae committed May 29, 2019
1 parent e7ac4b1 commit 7090682
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Changelog

## Unreleased
## 3.5.0 (2019-05-29)

- Rename UIView `-findSuperviewOf:` => `-findSuperviewOfClass:`, `-findSubviewOf:` => `-findSubviewOfClass:`.
- Added missing numeric methods for NSString: `-charValue`, `-longValue`, etc.
- Renamed UIView `-findSuperviewOf:` => `-findSuperviewOfClass:`, `-findSubviewOf:` => `-findSubviewOfClass:`.
- Swizzled NSString numeric methods like `-doubleValue`, `-boolValue`.
- Added missing numeric methods for NSString: `-charValue`, `-longValue`, etc.
- Added `ESCharValue(id)`, `ESUCharValue(id)`, `ESShortValue(id)`, `ESUShortValue(id)`.

## 3.4.1 (2019-05-28)
Expand Down
2 changes: 1 addition & 1 deletion ESFramework.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ESFramework'
s.version = '3.4.1'
s.version = '3.5.0'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'ESFramework is an efficient, small framework for iOS.'
s.homepage = 'https://github.com/ElfSundae/ESFramework'
Expand Down
2 changes: 1 addition & 1 deletion ESFrameworkUI.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ESFrameworkUI'
s.version = '3.4.1'
s.version = '3.5.0'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'ESFramework UI Components.'
s.homepage = 'https://github.com/ElfSundae/ESFramework'
Expand Down
8 changes: 4 additions & 4 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PODS:
- AFNetworking/Reachability (3.2.1)
- ESFramework (3.4.1):
- ESFramework (3.5.0):
- AFNetworking/Reachability
- ESFrameworkUI (3.4.1):
- ESFrameworkUI (3.5.0):
- ESFramework (>= 3.0)

DEPENDENCIES:
Expand All @@ -19,8 +19,8 @@ CHECKOUT OPTIONS:

SPEC CHECKSUMS:
AFNetworking: b6f891fdfaed196b46c7a83cf209e09697b94057
ESFramework: e59f8d9d5a947a2373d1af2d4500fbeb426e40e5
ESFrameworkUI: abfa1a606e2500709714d13dd7d06cdce40201d1
ESFramework: 1a026e69552f94c5257ac5838445b5a325ebedf1
ESFrameworkUI: 451f7d79fe4482e3518e30cffe8c86b68498ed27

COCOAPODS: 1.7.0

Expand Down

0 comments on commit 7090682

Please sign in to comment.