Skip to content

Commit

Permalink
Update DDProgressView.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed May 5, 2013
1 parent d5c99b3 commit 0dcd260
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions DDProgressView/0.1/DDProgressView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/ddeville/DDProgressView'
s.author = { 'Damien DeVille' => 'http://www.ddeville.me' }
s.source = { :git => 'https://github.com/ddeville/DDProgressView.git', :commit => '9ec6737a63a92ad12924d80f3f1d0c1ddbffad3b' }
s.description = 'DDProgressView works on both iOS and Mac OS. You must also compile the AppKitCompatibility.m file when targeting Mac OS.'
s.source_files = ['DDProgressView/DDProgressView.*', 'DDProgressView/AppKitCompatibility.*']
s.description = 'DDProgressView works on both iOS and Mac OS, and provides a round edged progress view.'
s.ios.source_files = 'DDProgressView/DDProgressView.*'
s.osx.source_files = 'DDProgressView/DDProgressView.*', 'DDProgressView/AppKitCompatibility.*'
end

0 comments on commit 0dcd260

Please sign in to comment.