[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 8 / a / 9 / SecureDefaults / 1.0.3 / SecureDefaults.podspec.json
blobd496c8096754460d86a3c2a214ff7a6e2192a814
2   "name": "SecureDefaults",
3   "version": "1.0.3",
4   "summary": "SecureDefaults is a wrapper over UserDefaults with an extra AES256 encryption layer (key size has 256-bit length)",
5   "homepage": "https://github.com/vpeschenkov/SecureDefaults",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Victor Peschenkov": "v.peschenkov@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/vpeschenkov/SecureDefaults.git",
15     "tag": "1.0.3"
16   },
17   "swift_version": "5.0",
18   "social_media_url": "https://twitter.com/vpeschenkov",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.11"
22   },
23   "source_files": "Sources/SecureDefaults/**/*"