README.md in cocoapods-keys-1.0.0 vs README.md in cocoapods-keys-1.0.1
- old
+ new
@@ -2,11 +2,11 @@
Its good security practice to keep production keys out of developer hands. CocoaPods-keys makes it easy to have per-user config settings stored securely in the developer's keychain, and not in the application source. It is a plugin that once installed will run on every `pod install` or `pod update`.
## Requirements
-Requires CocoaPods 0.34+.
+Requires CocoaPods 0.36
## Installation
$ gem install cocoapods-keys
@@ -111,6 +111,6 @@
So in summary, the ideal way to store keys is to not store keys. In reality though most Apps embed keys, and this does that and adds some rudimentary obfuscation to the keys. A well motivated app cracker could probably extract this within a few minutes however.
#### Thanks
-This was built with a lot of help from [@segiddins](https://github.com/segiddins).
+This was built with a lot of help from [@segiddins](https://github.com/segiddins) and [@ashfurrow](http://github.com/ashfurrow).