Updated podspec to tag 1.1.7

This commit is contained in:
Bill Garrison
2013-05-17 23:18:57 -04:00
parent dd56cc7ed8
commit ba180b0c2d

View File

@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = 'SORelativeDateTransformer'
s.version = '1.1.6'
s.version = '1.1.7'
s.summary = 'An NSValueTransformer subclass to turn an NSDate into a string expressing its relative age from now.'
s.homepage = 'https://github.com/billgarrison/SORelativeDateTransformer'
s.license = 'Creative Commons Attribution-ShareAlike 3.0 Unported License (CC BY-SA 3.0)'
s.author = { 'billgarrison' => '1billgarrison@gmail.com' }
s.source = {
:git => 'https://github.com/billgarrison/SORelativeDateTransformer.git',
:tag => '1.1.6'
:tag => '1.1.7'
}
s.source_files = 'SORelativeDateTransformer/*.{h,m}'
s.resources = 'SORelativeDateTransformer/SORelativeDateTransformer.bundle'