Skip to content

Commit

Permalink
Added API Reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
Valery Bashkatov committed Aug 8, 2016
1 parent 9831a3e commit c01fe89
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .jazzy.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
output: Reference
clean: true
clean: false
sdk: iphone
author: Valery Bashkatov
author_url: http://valery.bashkatov.org
Expand Down
2 changes: 1 addition & 1 deletion Keychain/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.5</string>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ github "valery-bashkatov/Keychain"
```
And then follow the [instructions](https://github.com/Carthage/Carthage#if-youre-building-for-ios-tvos-or-watchos) to install the framework.

## Documentation
API Reference is located at [http://valery-bashkatov.github.io/Keychain](http://valery-bashkatov.github.io/Keychain).

## Usage

```swift
Expand Down

0 comments on commit c01fe89

Please sign in to comment.