[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 2 / b / 8 / SecureNSUserDefaults / 1.0.1 / SecureNSUserDefaults.podspec.json
blobb4a52be885d1e9122db5bfdcaba4a079e10d6677
2   "name": "SecureNSUserDefaults",
3   "version": "1.0.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE.md"
7   },
8   "summary": "NSUserDefaults category for iOS and Mac OS X with additional methods to securely save data using strong AES encryption.",
9   "homepage": "https://github.com/nielsmouthaan/SecureNSUserDefaults",
10   "authors": {
11     "Niels Mouthaan": "nielsmouthaan@me.com"
12   },
13   "source": {
14     "git": "https://github.com/nielsmouthaan/SecureNSUserDefaults.git",
15     "tag": "1.0.1"
16   },
17   "source_files": "SecureNSUserDefaults/SecureNSUserDefaults/*.{h,m}",
18   "requires_arc": true,
19   "dependencies": {
20     "CocoaSecurity": [
21       "~> 1.2.4"
22     ]
23   },
24   "platforms": {
25     "osx": null,
26     "ios": null,
27     "tvos": null,
28     "watchos": null
29   }