Skip to content

Commit

Permalink
added CocoaPods spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Misha Karpenko committed May 29, 2012
1 parent 81ba57b commit 633eec7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions StoreKISS.podspec
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'StoreKISS'
s.version = '0.1'
s.license = ''
s.summary = 'Lightweight wrapper for Apple\'s StoreKit framework created with KISS concept and love ❤.'
s.homepage = 'https://github.com/mishakarpenko/StoreKISS'
s.authors = {'Misha Karpenko' => 'karpenko.misha@gmail.com'}
s.source = {:git => 'https://mishakarpenko@github.com/mishakarpenko/StoreKISS.git'}
s.source_files = 'StoreKISS/StoreKISS/StoreKISS/'
s.clean_paths = []
s.framework = 'StoreKit'
s.dependency 'Reachability'
end
Binary file not shown.

0 comments on commit 633eec7

Please sign in to comment.