Skip to content

Commit

Permalink
Fixed typos in DirectoryWatchdog.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Kubanek committed Apr 20, 2012
1 parent 2f2e1a6 commit cbcc93f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DirectoryWatchdog/1.0.0/DirectoryWatchdog.podspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Pod::Spec.new do |s|




s.source = { :git => 'https://github.com/graetzer/DirectoryWatchdog.git', :tag => '1.0.0' } s.source = { :git => 'https://github.com/graetzer/DirectoryWatchdog.git', :tag => '1.0.0' }
s.description = 'DirectoryWatchdog is a simple utility tool to mointor real time changes in local folders. '\ s.description = 'DirectoryWatchdog is a simple utility tool to monitor real time changes in local folders. '\
'Most common use is the monitoring of an applications documents direcory in combination'\ 'Most common use is the monitoring of an applications documents directory in combination'\
' with iTunes file sharing support. This code uses the BSD kqueue API and should work on OSX as well as iOS.' ' with iTunes file sharing support. This code uses the BSD kqueue API and should work on OSX as well as iOS.'


s.source_files = 'DirectoryWatchdog/lib/*.{h,m}' s.source_files = 'DirectoryWatchdog/lib/*.{h,m}'
Expand Down

0 comments on commit cbcc93f

Please sign in to comment.