[Add] MoneyHashPayment 2.2.16
[CocoaPods.git] / Specs / 3 / 5 / 0 / XZDataCryptor / 10.1.0 / XZDataCryptor.podspec.json
blob86ee937b49bad47303982c4c23aca4c898c6c634
2   "name": "XZDataCryptor",
3   "version": "10.1.0",
4   "summary": "基于 CommonCrypto 封装的面向对象的 AES/DES 等对称加密工具。",
5   "description": "XZDataCryptor 封装了 CommonCrypto 使对称加密更方便,提高开发效率。",
6   "homepage": "https://github.com/Xezun/XZKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Xezun": "xezun@icloud.com"
13   },
14   "source": {
15     "git": "https://github.com/Xezun/XZKit.git",
16     "tag": "10.1.0"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "pod_target_xcconfig": {
22     "GCC_PREPROCESSOR_DEFINITIONS": "XZ_FRAMEWORK=1"
23   },
24   "default_subspecs": "Code",
25   "subspecs": [
26     {
27       "name": "Code",
28       "source_files": "XZKit/Code/XZDataCryptor/**/*.{h,m}"
29     }
30   ]