[Add] NHValidationKit 1.0.2
[CocoaPods.git] / Specs / 4 / 6 / 1 / NMKeychain / 0.0.1 / NMKeychain.podspec.json
blob619854da830f93f4006b2322da1bad83958d4a72
2   "name": "NMKeychain",
3   "version": "0.0.1",
4   "summary": "Save data in Keychain with ease",
5   "description": "Save data in Keychain with ease. Typed, notification and in memory.",
6   "homepage": "https://github.com/NicolasMahe/NMKeychain",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Nicolas Mahé": "nicolas@mahe.me"
13   },
14   "source": {
15     "git": "https://github.com/NicolasMahe/NMKeychain.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "NMKeychain/**/*.swift",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "KeychainAccess": [
26     ]
27   },
28   "pushed_with_swift_version": "3.0"