We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9ad0eb commit a49d230Copy full SHA for a49d230
SwiftyTimer.podspec
@@ -1,11 +1,11 @@
1
Pod::Spec.new do |s|
2
s.name = 'SwiftyTimer'
3
- s.version = '1.0.0'
+ s.version = '1.1.0'
4
s.license = 'MIT'
5
s.summary = 'Swifty API for NSTimer'
6
s.homepage = 'https://github.com/radex/SwiftyTimer'
7
s.authors = { 'Radek Pietruszewski' => 'this.is@radex.io' }
8
- s.source = { :git => 'https://github.com/radex/SwiftyTimer.git', :tag => '1.0.0' }
+ s.source = { git: 'https://github.com/radex/SwiftyTimer.git', tag: s.version }
9
10
s.requires_arc = true
11
s.ios.deployment_target = '8.0'
0 commit comments