Skip to content

Commit

Permalink
Merge pull request #17 from jordanekay/cocoapods
Browse files Browse the repository at this point in the history
Add CocoaPods support
  • Loading branch information
kgn committed Dec 7, 2013
2 parents 4b146f2 + f136b92 commit af449ad
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions KGNoise.podspec
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = 'KGNoise'
s.version = '1.2.0'
s.summary = 'Cocoa noise drawing code + a ready to go noise view!'
s.homepage = 'https://github.com/kgn/KGNoise'
s.license = 'MIT'
s.requires_arc = true
s.author = {
'David Keegan' => 'git@davidkeegan.com'
}
s.source = {
:git => 'https://github.com/kgn/KGNoise.git',
:tag => '1.2.0'
}
s.source_files = '*.{h,m}'
end

0 comments on commit af449ad

Please sign in to comment.