File tree 4 files changed +7
-3
lines changed
HHTabBarView/HHTabBarView
4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
5
5
Latest release is available [ here] ( https://github.com/hemangshah/HHTabBarView/releases/latest ) .
6
6
7
- ## [ 1.2.0] ( https://github.com/hemangshah/HHTabBarView/releases/tag/1.1.2 ) - Feb 26, 2018
7
+ ## [ 1.3.0] ( https://github.com/hemangshah/HHTabBarView/releases/tag/1.3.0 ) - Apr 02, 2018
8
+ - Left to Right and Right to Left UI management as per the language. Example: English <–> Arabic.
9
+ - Code refactoring.
10
+
11
+ ## [ 1.2.0] ( https://github.com/hemangshah/HHTabBarView/releases/tag/1.2.0 ) - Feb 26, 2018
8
12
- Huge code refactoring.
9
13
- Swift 4.x support. Note: Revoked Swift 3.x support.
10
14
- Customized position for title and image.
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'HHTabBarView'
3
3
s . module_name = 'HHTabBarView'
4
- s . version = '1.2 .0'
4
+ s . version = '1.3 .0'
5
5
s . summary = 'A lightweight customized tabbar view. 📌'
6
6
s . description = 'HHTabBarView is an easy to setup and use replacement of default tabbar.'
7
7
s . homepage = 'https://github.com/hemangshah/HHTabBarView'
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >APPL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.2 .0 </string >
18
+ <string >1.3 .0 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >1 </string >
21
21
<key >LSRequiresIPhoneOS </key >
You can’t perform that action at this time.
0 commit comments