Skip to content

Commit

Permalink
updated cocoapods information in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Misha Karpenko committed Jun 8, 2012
1 parent 9408f92 commit 2122f7c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -2,4 +2,5 @@ doc:
appledoc --create-html --no-install-docset --project-name StoreKISS --project-company Redigion --company-id com.redigion --output ./Help StoreKISS/StoreKISS/StoreKISS/

doc-install:
appledoc --project-name StoreKISS --project-company Redigion --company-id com.redigion --output ./Help StoreKISS/StoreKISS/StoreKISS/
appledoc --project-name StoreKISS --project-company Redigion --company-id com.redigion --output ./Help StoreKISS/StoreKISS/StoreKISS/

11 changes: 9 additions & 2 deletions Readme.md
Expand Up @@ -19,9 +19,16 @@ So you basically request price and then execute the payment. That simple.

##How to use

###Cocoapods users
###CocoaPods users

StoreKISS spec will be added to the main spec repository soon, we're right now going through pull request acceptance (see [https://github.com/CocoaPods/Specs/pull/211](https://github.com/CocoaPods/Specs/pull/211)).
StoreKISS is available to install via CocoaPods. Edit your `Podspec` file:

```ruby
platform :ios
...
dependency 'StoreKISS'
...
```

###Everyone else

Expand Down

0 comments on commit 2122f7c

Please sign in to comment.