2 "name": "XZDataCryptor",
4 "summary": "基于 CommonCrypto 封装的面向对象的 AES/DES 等对称加密工具。",
5 "description": "XZDataCryptor 封装了 CommonCrypto 使对称加密更方便,提高开发效率。",
6 "homepage": "https://github.com/Xezun/XZKit",
12 "Xezun": "xezun@icloud.com"
15 "git": "https://github.com/Xezun/XZKit.git",
21 "pod_target_xcconfig": {
22 "GCC_PREPROCESSOR_DEFINITIONS": "XZ_FRAMEWORK=1"
24 "default_subspecs": "Code",
28 "source_files": "XZKit/Code/XZDataCryptor/**/*.{h,m}"