Skip to content

Commit

Permalink
Merge pull request antiguab#48 from antiguab/updatePodspec
Browse files Browse the repository at this point in the history
updated podspec and example
  • Loading branch information
antiguab authored Sep 6, 2019
2 parents 2ff3d6f + 750cedd commit 2a16d05
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 8 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 = '1.0.0'
s.version = '1.0.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
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
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 (1.0.0):
- BATabBarController (1.0.1):
- SnapKit
- Nimble (7.3.4)
- Quick (1.2.0)
Expand All @@ -22,7 +22,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
BATabBarController: ec386bbdeb3dc76996ea5b3a0793766a42de5bd4
BATabBarController: 25227223fa0bb6d0016e451b8e1e0339cc720a89
Nimble: 051e3d8912d40138fa5591c78594f95fb172af37
Quick: 58d203b1c5e27fff7229c4c1ae445ad7069a7a08
SnapKit: 97b92857e3df3a0c71833cce143274bf6ef8e5eb
Expand Down
4 changes: 2 additions & 2 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.

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

0 comments on commit 2a16d05

Please sign in to comment.