We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 002b561 + cff89db commit 4e72b97Copy full SHA for 4e72b97
AppDevKit.podspec
@@ -1,7 +1,7 @@
1
Pod::Spec.new do |s|
2
3
s.name = "AppDevKit"
4
- s.version = "1.3.0"
+ 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."
6
s.homepage = "https://github.com/yahoo/AppDevKit"
7
s.license = "Yahoo! Inc. BSD license"
CHANGELOG.md
@@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file.
`AppDevKit` adheres to [Semantic Versioning](http://semver.org/).
+## 1.3.1
+#### Fixed
+* Revert prepareForReuse: method call in ADKCellDynamicSizeCalculator.
8
9
## 1.3.0
10
#### Fixed
0 commit comments