[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 4 / 5 / HLEncryptor / 0.0.1 / HLEncryptor.podspec.json
blob6eb33bdb3b295bfd74797c838ac5c72beeaf4aac
2   "name": "HLEncryptor",
3   "version": "0.0.1",
4   "summary": "A encryptor for iOS.",
5   "description": "HLEncryptor for iOS allows you to encrypt you info.",
6   "homepage": "https://henvyluk.me",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "henvy": "henvy.lu@cardinfolink.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "swift_versions": "5.0",
18   "source": {
19     "git": "https://github.com/henvyluk/HLEncryptor.git",
20     "tag": "0.0.1"
21   },
22   "default_subspecs": "Encrypt",
23   "frameworks": "Foundation",
24   "swift_version": "5.0",
25   "subspecs": [
26     {
27       "name": "Encrypt",
28       "source_files": "HLEncryptor/HLEncryptor/*.*"
29     }
30   ]