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