Skip to content

Commit 8361639

Browse files
committed
+ podspec
1 parent 3f6a415 commit 8361639

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

SwiftyTimer.podspec

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)