File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11language : objective-c
2- osx_image : xcode9
2+ osx_image : xcode9.2
33env :
4- - DESTINATION="OS=11.0,name=iPhone 7 " SCHEME="XLPagerTabStrip" SDK=iphonesimulator
4+ - DESTINATION="OS=11.0,name=iPhone 8 " SCHEME="XLPagerTabStrip" SDK=iphonesimulator
55before_install :
66- brew update
77# - brew outdated carthage || brew upgrade carthage
Original file line number Diff line number Diff line change 11# Change Log
22All notable changes to XLPagerTabStrip will be documented in this file.
33
4+ ### [ 8.0.1] ( https://github.com/xmartlabs/XLPagerTabStrip/releases/tag/8.0.1 )
5+
6+ * Bug fixes and stability improvements.
7+ * Support for iPhone X.
8+
49### [ 8.0.0] ( https://github.com/xmartlabs/XLPagerTabStrip/releases/tag/8.0.0 )
510
611* Xcode 9 support. (Swift 4)
712* Bug fixes and stability improvements.
813
914### [ 7.0.0] ( https://github.com/xmartlabs/XLPagerTabStrip/releases/tag/7.0.0 )
1015
11- * Bug fixes and stability improvements.
16+ * Bug fixes and stability improvements.
1217
1318### [ 6.0.0] ( https://github.com/xmartlabs/XLPagerTabStrip/releases/tag/6.0.0 )
1419
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "XLPagerTabStrip"
3- s . version = "8.0.0 "
3+ s . version = "8.0.1 "
44 s . summary = "Android PagerTabStrip for iOS and much more."
55 s . homepage = "https://github.com/xmartlabs/XLPagerTabStrip"
66 s . license = { type : 'MIT' , file : 'LICENSE' }
You can’t perform that action at this time.
0 commit comments