Skip to content

Commit 5c27c85

Browse files
authored
Merge pull request #83 from anistarsung/master
Update information for 1.4.0 release
2 parents 46270eb + 909b3d2 commit 5c27c85

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

AppDevKit.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Pod::Spec.new do |s|
22

33
s.name = "AppDevKit"
4-
s.version = "1.3.1"
5-
s.summary = "The collection of open develop utilities for iOS development team. It contains foundationl and useful features that Apple didn't provide."
4+
s.version = "1.4.0"
5+
s.summary = "The collection of open develop utilities for iOS development team. It contains foundational and useful features that Apple didn't provide."
66
s.homepage = "https://github.com/yahoo/AppDevKit"
77
s.license = "Yahoo! Inc. BSD license"
88

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
`AppDevKit` adheres to [Semantic Versioning](http://semver.org/).
44

5+
## 1.4.0
6+
#### Added
7+
* Adding a new method to support manual update layout in UIScrollView+ADKInfiniteScrollingView. It allows you to modify scroll view's offset dynamically.
8+
59
## 1.3.1
610
#### Fixed
711
* Revert prepareForReuse: method call in ADKCellDynamicSizeCalculator.

0 commit comments

Comments
 (0)