Skip to content

Commit

Permalink
Minot fix in pod specification file.
Browse files Browse the repository at this point in the history
  • Loading branch information
ideastouch committed Jan 17, 2019
1 parent ba7b53c commit f4d363c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CocoaDaemon.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'CocoaDaemon'
s.version = '0.9.1'
s.version = '0.9.2'
s.summary = 'Daemon Kit to manage background closures to be called each set period of time.'
s.homepage = 'https://github.com/ideastouch/CocoaDaemon'
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand All @@ -10,6 +10,6 @@ Pod::Spec.new do |s|
s.swift_version = '4.2'
s.platform = :ios, '11.0'
s.source = { :git => 'https://github.com/ideastouch/CocoaDaemon.git', :tag => s.version.to_s }
s.source_files = 'CocoaDaemon/CocoaDaemon/*.{h,swift}'
s.source_files = 'CocoaDaemon/CocoaDaemon/**/*.{h,swift}'
s.requires_arc = true
end

0 comments on commit f4d363c

Please sign in to comment.