[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / b / a / 5 / LNPasswordManager / 0.1.0 / LNPasswordManager.podspec.json
blobd4648119f5c20dbbc9e4933bedbaa7b395be2009
2   "name": "LNPasswordManager",
3   "version": "0.1.0",
4   "summary": "A simple keychain password manager. Enables syncing with iCloud",
5   "description": "                       LNPasswordManager can be used to simply manage passwords\n                       and key/value pairs in the iOS keychain.\n                       \n                       It contains some helper methods for verifying passwords and can also\n                       be synced to iCloud keychain by configurable options.\n",
6   "homepage": "https://github.com/NilSkilz/LNPasswordManager",
7   "license": "MIT",
8   "authors": {
9     "NilSkilz": "rob_stokes@me.com"
10   },
11   "source": {
12     "git": "https://github.com/NilSkilz/LNPasswordManager.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/*",
20   "resource_bundles": {
21     "LNPasswordManager": [
22       "Pod/Assets/*.png"
23     ]
24   }