We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f6a415 commit 8361639Copy full SHA for 8361639
SwiftyTimer.podspec
@@ -0,0 +1,15 @@
1
+Pod::Spec.new do |s|
2
+ s.name = 'SwiftyTimer'
3
+ s.version = '1.0.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' }
9
+
10
+ s.requires_arc = true
11
+ s.ios.deployment_target = '8.0'
12
+ s.osx.deployment_target = '10.9'
13
14
+ s.source_files = 'Src/*.swift'
15
+end
0 commit comments