Skip to content

Commit a49d230

Browse files
committed
Bump to 1.1.0
1 parent d9ad0eb commit a49d230

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SwiftyTimer.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = 'SwiftyTimer'
3-
s.version = '1.0.0'
3+
s.version = '1.1.0'
44
s.license = 'MIT'
55
s.summary = 'Swifty API for NSTimer'
66
s.homepage = 'https://github.com/radex/SwiftyTimer'
77
s.authors = { 'Radek Pietruszewski' => 'this.is@radex.io' }
8-
s.source = { :git => 'https://github.com/radex/SwiftyTimer.git', :tag => '1.0.0' }
8+
s.source = { git: 'https://github.com/radex/SwiftyTimer.git', tag: s.version }
99

1010
s.requires_arc = true
1111
s.ios.deployment_target = '8.0'

0 commit comments

Comments
 (0)