Skip to content

Commit 880901d

Browse files
author
EndouMari
committed
Release 0.1.1
1 parent 8e8ae14 commit 880901d

File tree

7 files changed

+19
-9
lines changed

7 files changed

+19
-9
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# 0.1.0 Release notes (2016-03)
2+
## Enhancements
3+
4+
* Support CocoaPods
5+
6+
# 0.1.1 Release notes (2016-04-16)
7+
8+
## Enhancements
9+
10+
* changed deployment target to 8.0

Example/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- TabPageViewController (0.1.0)
2+
- TabPageViewController (0.1.1)
33

44
DEPENDENCIES:
55
- TabPageViewController (from `../`)
@@ -9,6 +9,6 @@ EXTERNAL SOURCES:
99
:path: "../"
1010

1111
SPEC CHECKSUMS:
12-
TabPageViewController: 0185b2c1b7bd56650fc05bbed7d398d64349b679
12+
TabPageViewController: 10fa70daf5d743127cadfd9ef9b3c1354a54c57c
1313

1414
COCOAPODS: 0.39.0

Example/Pods/Local Podspecs/TabPageViewController.podspec.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/TabPageViewController.xcscheme

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/TabPageViewController/Info.plist

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

TabPageViewController.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = "TabPageViewController"
11-
s.version = "0.1.0"
11+
s.version = "0.1.1"
1212
s.summary = "Custom UIPageViewController"
1313

1414
# This description is used to generate tags and improve search results.

0 commit comments

Comments
 (0)