Skip to content

Commit

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

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

- Improved generic support.
- Renamed NSArray `-reversedArray` to `-arrayByReversingObjects`.
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.5.0'
s.version = '3.5.1'
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.5.0'
s.version = '3.5.1'
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.5.0):
- ESFramework (3.5.1):
- AFNetworking/Reachability
- ESFrameworkUI (3.5.0):
- ESFrameworkUI (3.5.1):
- ESFramework (>= 3.0)

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

SPEC CHECKSUMS:
AFNetworking: b6f891fdfaed196b46c7a83cf209e09697b94057
ESFramework: 1a026e69552f94c5257ac5838445b5a325ebedf1
ESFrameworkUI: 451f7d79fe4482e3518e30cffe8c86b68498ed27
ESFramework: d6dc63941efe36c519ffe21e42c0f456418eee6b
ESFrameworkUI: 5a1f6f3115df179c550b089be7619e6fdf0756c0

COCOAPODS: 1.7.0

Expand Down

0 comments on commit bf869de

Please sign in to comment.