[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / a / 7 / UDWrapper / 0.1.0 / UDWrapper.podspec.json
blob34d9ea663402b3d28608efc47d985a8cf60d5916
2   "name": "UDWrapper",
3   "version": "0.1.0",
4   "summary": "UDWrapper is a User Defaults wrapper but ciphers content with a random installation key",
5   "description": "UDWrapper offers another degree of security to UserDetault store data, because data stored in it will not be visisble on extracting de app from device",
6   "homepage": "https://github.com/JaCaLla/UDWrapper",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Javier Calatrava Llaveria": "javi.calatrava@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/JaCaLla/UDWrapper.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_version": "4.0",
22   "source_files": "UDWrapper/Classes/**/*",
23   "dependencies": {
24     "CryptoSwift": [
26     ],
27     "SwiftKeychainWrapper": [
28       "~> 3.0.1"
29     ]
30   }