Skip to content

Commit

Permalink
Merge branch 'release/0.4.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
msaps committed Apr 6, 2017
2 parents 9bf0fa1 + d04e152 commit beb86f0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
PODS:
- Pageboy (1.0.0)
- Pageboy (1.0.1)
- PureLayout (3.0.2)

DEPENDENCIES:
- Pageboy (~> 1.0.0)
- PureLayout (~> 3.0.0)

SPEC CHECKSUMS:
Pageboy: 7efa3ef59ca0601aae7f26980530153f8151704e
Pageboy: 711d82b6d099ff7d0188af54f7445be389824392
PureLayout: 4d550abe49a94f24c2808b9b95db9131685fe4cd

PODFILE CHECKSUM: fd0820ca8c653c9e1ceb3900d55462536ff3ac55
Expand Down
2 changes: 1 addition & 1 deletion Sources/Tabman/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.4.5</string>
<string>0.4.6</string>
<key>CFBundleVersion</key>
<string>AUTO_GENERATED</string>
<key>NSPrincipalClass</key>
Expand Down
4 changes: 2 additions & 2 deletions Tabman.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Pod::Spec.new do |s|
s.platform = :ios, "9.0"
s.requires_arc = true

s.version = "0.4.5"
s.version = "0.4.6"
s.summary = "A powerful paging view controller with indicator bar for iOS"
s.description = <<-DESC
Tabman is a highly customisable, powerful and extendable paging view controller with indicator bar.
Expand All @@ -18,7 +18,7 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/uias/Tabman.git", :tag => s.version.to_s }
s.source_files = "Sources/Tabman/**/*.{h,m,swift}"

s.dependency 'Pageboy', '~> 0.4.0'
s.dependency 'Pageboy', '~> 1.0.0'
s.dependency 'PureLayout', '~> 3.0.0'

end

0 comments on commit beb86f0

Please sign in to comment.