[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20220526
[CocoaPods.git] / Specs / e / 2 / 4 / SecurityService / 1.0.1 / SecurityService.podspec.json
blobcd907339d03ef5e449c4f4b962eb090286b05ef1
2   "name": "SecurityService",
3   "version": "1.0.1",
4   "platforms": {
5     "ios": "12.4"
6   },
7   "swift_versions": [
8     "5.0",
9     "5.1",
10     "5.2",
11     "5.3"
12   ],
13   "authors": "Ricardo Rauber Pereira",
14   "license": "MIT",
15   "homepage": "http://ricardorauber.com",
16   "source": {
17     "git": "https://github.com/ricardorauber/SecurityService.git",
18     "tag": "1.0.1"
19   },
20   "summary": "An easy way to encrypt/decrypt and hash Data",
21   "pod_target_xcconfig": {
22     "ENABLE_TESTABILITY": "YES"
23   },
24   "source_files": "Classes/**/*",
25   "dependencies": {
26     "CryptoSwift": [
27       "1.3.2"
28     ],
29     "KeyValueStorage": [
30       "2.0.1"
31     ]
32   },
33   "testspecs": [
34     {
35       "name": "Tests",
36       "test_type": "unit",
37       "requires_app_host": true,
38       "source_files": "Tests/**/*",
39       "dependencies": {
40         "Nimble": [
41           "8.0.7"
42         ],
43         "Quick": [
44           "2.2.0"
45         ]
46       }
47     }
48   ],
49   "swift_version": "5.3"