Skip to content

Commit

Permalink
Add spec for KISSmetrics 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
enriquez committed Apr 25, 2012
1 parent 66a7e6a commit fad7919
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions KISSmetrics/1.0.0/KISSmetrics.podspec
@@ -0,0 +1,10 @@
Pod::Spec.new do |s|
s.name = 'KISSmetrics'
s.version = '1.0.0'
s.license = 'MIT'
s.summary = 'Library for KISSmetrics'
s.homepage = 'http://www.kissmetrics.com'
s.author = { 'kissmetrics' => 'support@kissmetrics.com' }
s.source = { :git => 'git://github.com/enriquez/KISSmetrics-iOS-Mac-OS-X-Library.git', :tag => '1.0.0' }
s.source_files = '*.{h,m}'
end

0 comments on commit fad7919

Please sign in to comment.