Skip to content

Commit f3df5d2

Browse files
committed
bump version
1 parent 990d403 commit f3df5d2

22 files changed

+423
-421
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Upcoming
3+
## 3.1.0 - 2016-12-29
44

55
* Adds support for iOS 8.0. (#536)
66
* Adds the option to disable panning all together or on a case by case basis. (#544)

Example/Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- ViewDeck (3.0.1)
2+
- ViewDeck (3.1.0)
33

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

1111
SPEC CHECKSUMS:
12-
ViewDeck: cb7db1c28826f70b89e5eb3b71a3f69fa17a3f16
12+
ViewDeck: 942d90dd23c9f97cc8038be352255378167edcca
1313

1414
PODFILE CHECKSUM: edb0dd05b06a5e6c81a2270003d43488b1be3d2f
1515

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

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/project.pbxproj

+392-390
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-ViewDeckExample/Pods-ViewDeckExample-acknowledgements.markdown

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-ViewDeckExample/Pods-ViewDeckExample-acknowledgements.plist

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-ViewDeckExample/Pods-ViewDeckExample-frameworks.sh

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-ViewDeckExample/Pods-ViewDeckExample.debug.xcconfig

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-ViewDeckExample/Pods-ViewDeckExample.release.xcconfig

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-ViewDeckExampleTests/Pods-ViewDeckExampleTests-acknowledgements.markdown

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-ViewDeckExampleTests/Pods-ViewDeckExampleTests-acknowledgements.plist

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/ViewDeck-iOS9.0/Info.plist Example/Pods/Target Support Files/ViewDeck-iOS8.0/Info.plist

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/ViewDeck-iOS8.0/ViewDeck-iOS8.0-dummy.m

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/ViewDeck-iOS9.0/ViewDeck-iOS9.0.modulemap Example/Pods/Target Support Files/ViewDeck-iOS8.0/ViewDeck-iOS8.0.modulemap

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/ViewDeck-iOS9.0/ViewDeck-iOS9.0.xcconfig Example/Pods/Target Support Files/ViewDeck-iOS8.0/ViewDeck-iOS8.0.xcconfig

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/ViewDeck-iOS9.0/ViewDeck-iOS9.0-dummy.m

-5
This file was deleted.

Example/Pods/Target Support Files/ViewDeck-iOS9.1/Info.plist

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.0
1+
3.1.0

ViewDeck.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Pod::Spec.new do |s|
22
s.name = 'ViewDeck'
3-
s.version = '3.0.1'
3+
s.version = '3.1.0'
44
s.ios.deployment_target = '8.0'
55

66
s.summary = 'An implementation of a sliding menu functionality found in various iOS apps.'
77
s.homepage = 'https://github.com/ViewDeck/ViewDeck'
88
s.license = {
99
:type => 'MIT',
1010
:text => <<-LICENSE
11-
Copyright (C) 2011-2015, ViewDeck
11+
Copyright (C) 2011-2016, ViewDeck
1212
1313
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1414

0 commit comments

Comments
 (0)