Skip to content

Commit

Permalink
Merge pull request #130 from kubanek-l/master
Browse files Browse the repository at this point in the history
Fixed typos in DirectoryWatchdog.podspec
  • Loading branch information
vicpenap committed Apr 20, 2012
2 parents 2f2e1a6 + cbcc93f commit 63ee607
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DirectoryWatchdog/1.0.0/DirectoryWatchdog.podspec
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 63ee607

Please sign in to comment.