Skip to content

Commit 5d66c59

Browse files
committed
Added screenshots to Cocoapod spec. Bumped version to 0.2.0
1 parent ddc2be3 commit 5d66c59

File tree

8 files changed

+10
-5
lines changed

8 files changed

+10
-5
lines changed

.swift-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.2

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.2.0] - 2017-10-06
810
### Added
911
- `stickyHeaderTabController(_, didUpdateCompoundHeaderHeight:)` delegate method.
12+
- Screenshots to Cocoapod spec.
1013

1114
### Fixed
1215
- Content jump due to short tab content being pinned to tab bar after switching tabs.
@@ -34,5 +37,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3437
### Added
3538
- This CHANGELOG file.
3639

37-
[Unreleased]: https://github.com/bchrobot/StickyHeaderTabController/compare/0.1.0...HEAD
40+
[Unreleased]: https://github.com/bchrobot/StickyHeaderTabController/compare/0.2.0...HEAD
41+
[0.2.0]: https://github.com/bchrobot/StickyHeaderTabController/compare/0.1.0...0.2.0
3842
[0.1.0]: https://github.com/bchrobot/StickyHeaderTabController/compare/0.0.1...0.1.0

Example/StickyHeaderTabController/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.1.0</string>
18+
<string>0.2.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Screenshots/screenshot_01.png

840 KB
Loading

Screenshots/screenshot_02.png

411 KB
Loading

Screenshots/screenshot_03.png

299 KB
Loading

Screenshots/screenshot_04.png

235 KB
Loading

StickyHeaderTabController.podspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'StickyHeaderTabController'
11-
s.version = '0.1.0'
11+
s.version = '0.2.0'
1212
s.summary = 'Tabbed content controller with sticky header and hero.'
1313

1414
# This description is used to generate tags and improve search results.
@@ -18,11 +18,11 @@ Pod::Spec.new do |s|
1818
# * Finally, don't worry about the indent, CocoaPods strips it!
1919

2020
s.description = <<-DESC
21-
Tabbed content controller with sticky header and hero.
21+
Twitter profile-inspired tabbed content controller with sticky header and hero.
2222
DESC
2323

2424
s.homepage = 'https://github.com/bchrobot/StickyHeaderTabController'
25-
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
25+
s.screenshots = 'https://github.com/slackhq/SlackTextViewController/raw/master/Screenshots/screenshot_01.png', 'https://github.com/slackhq/SlackTextViewController/raw/master/Screenshots/screenshot_02.png', 'https://github.com/slackhq/SlackTextViewController/raw/master/Screenshots/screenshot_03.png', 'https://github.com/slackhq/SlackTextViewController/raw/master/Screenshots/screenshot_04.png'
2626
s.license = { :type => 'MIT', :file => 'LICENSE' }
2727
s.author = { 'Benjamin Chrobot' => '[email protected]' }
2828
s.source = { :git => 'https://github.com/bchrobot/StickyHeaderTabController.git', :tag => s.version.to_s }

0 commit comments

Comments
 (0)