Update README/LICENSE

This commit is contained in:
kishikawakatsumi
2013-08-13 04:42:33 +09:00
parent 404bf304a0
commit b5d83344ff
2 changed files with 3 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
The MIT License
Copyright (c) 2011 Kishikawa Katsumi
Copyright (c) 2011 kishikawa katsumi
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

View File

@@ -10,10 +10,8 @@ MIT License
`pod 'UICKeyChainStore'`
### Manual Install
1. Add `Security.framework` to your target
2. Add `UICKeyChainStore.h` and `UICKeyChainStore.m` to your project.
3. Copy files in Lib to your project.
4. Copy LICENSE to your project.
1. Add `Security.framework` to your target=
2. Copy files in Lib (`UICKeyChainStore.h` and `UICKeyChainStore.m`) to your project.
## Usage