[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 7 / 8 / 5 / LBKeychain / 1.0.0 / LBKeychain.podspec.json
blobe4bacc30ee041c6b709871f62eeab9df4b28e89c
2   "name": "LBKeychain",
3   "version": "1.0.0",
4   "summary": "A keychain wrapper to help you save username and password very easy",
5   "description": "                   LBKeychain is a keychain wrapper for iOS.\n                   It offers:\n                   - methods to search, save and delete a value to keychain.\n                   - a method to search for the username, a method to save the username and password and a method to delete the username and password.\n                   - an autocomplete method for username and password.\n",
6   "homepage": "https://github.com/lucianboboc/LBKeychain",
7   "license": "MIT",
8   "authors": {
9     "Lucian Boboc": "info@lucianboboc.com"
10   },
11   "social_media_url": "http://twitter.com/lucianboboc",
12   "source": {
13     "git": "https://github.com/lucianboboc/LBKeychain.git",
14     "tag": "1.0.0"
15   },
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "LBKeychain/*.{h,m}"