Skip to content

Commit 43fb047

Browse files
committed
Updated podspec.
1 parent faaf7cc commit 43fb047

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.6
1+
2.2.7

ViewDeck.podspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'ViewDeck'
3-
s.version = '2.2.6'
3+
s.version = '2.2.7'
44
s.platform = :ios
55
s.summary = 'An implementation of the sliding functionality found in the ' \
66
'Path 2.0 or Facebook iOS apps.'
@@ -17,9 +17,9 @@ Pod::Spec.new do |s|
1717
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1818
LICENSE
1919
}
20-
s.author = { 'Tom Adriaenssen' => 'http://codedump.blergh.be/' }
20+
s.author = { 'Tom Adriaenssen' => 'http://inferis.org/' }
2121
s.source = { :git => 'https://github.com/Inferis/ViewDeck.git',
22-
:tag => '2.2.6'}
22+
:tag => '2.2.7'}
2323
s.source_files = 'ViewDeck/*.{h,m}'
2424
s.frameworks = 'QuartzCore'
2525
s.requires_arc = true

0 commit comments

Comments
 (0)