[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / f / 8 / MobileLibrary / 1.0.0 / MobileLibrary.podspec.json
blob7b45af9acb22f8b0da34f3c70cd10a8bba35a9af
2   "name": "MobileLibrary",
3   "version": "1.0.0",
4   "summary": "MobileLibrary는 여러 가지 암호화 알고리즘을 제공하는 Swift 기반 라이브러리입니다.",
5   "description": "이 라이브러리를 사용하여 Text 데이터를 안전하게 암호화하고 복호화할 수 있습니다.\n이 라이브러리는 세 가지 주요 암호화 방식을 제공합니다 : XOR 암호화, Caesar 암호화, Vigenere 암호화.",
6   "homepage": "https://github.com/ej2p/MobileChiperLibrary",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "eunjin": "eunjin.kim@illuminarean.com"
13   },
14   "platforms": {
15     "ios": "15.0"
16   },
17   "swift_versions": "5.9",
18   "source": {
19     "git": "https://github.com/ej2p/MobileChiperLibrary.git",
20     "tag": "1.0.0"
21   },
22   "source_files": "Sources/MobileLibrary/**/*",
23   "swift_version": "5.9"