Skip to content

Commit

Permalink
upped to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
antiguab committed May 20, 2016
1 parent 9a2e311 commit 4e649ea
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 49 deletions.
2 changes: 1 addition & 1 deletion BATabBarController.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BATabBarController"
s.version = "0.1.0"
s.version = "0.1.1"
s.summary = "A TabBarController with a unique animation for selection"
s.description = <<-DESC
The standard TabBarController is very limited in terms of animations when you make a selection.
Expand Down
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- BATabBarController (0.1.0):
- BATabBarController (0.1.1):
- Masonry
- Expecta (1.0.5)
- Expecta+Snapshots (3.0.0):
Expand All @@ -22,7 +22,7 @@ EXTERNAL SOURCES:
:path: ../

SPEC CHECKSUMS:
BATabBarController: e9610e3fe812ffc29ceb56ecc7ae071936f29189
BATabBarController: 74d4bcd786dbbde023d544ce6000b5f5158c06d1
Expecta: e1c022fcd33910b6be89c291d2775b3fe27a89fe
Expecta+Snapshots: c343f410c7a6392f3e22e78f94c44b6c0749a516
FBSnapshotTestCase: 366ecd378511d7716c79991cd8067d1eed23578d
Expand Down
6 changes: 3 additions & 3 deletions Example/Pods/Local Podspecs/BATabBarController.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

82 changes: 41 additions & 41 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ result:
<img src="https://raw.githubusercontent.com/antiguab/BATabBarController/master/readmeAssets/example5.png" width="50%" />

## ChangeLog
#### Version 0.1.1 (05.20.2016)
- Platform version supports 8.1+

#### Version 0.1.0 (05.18.2016)
- Initial release

Expand Down

0 comments on commit 4e649ea

Please sign in to comment.