[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 5 / 0 / XZDataCryptor / 1.0.0 / XZDataCryptor.podspec.json
blob7e94c93041cb1067c3f29c423f9a8a0be58f83be
2   "name": "XZDataCryptor",
3   "version": "1.0.0",
4   "summary": "面向对象的 AES 等对称加密工具类。",
5   "description": "XZDataCryptor 封装了 CommonCrypto 使对称加密更方便,提高开发效率。",
6   "homepage": "https://github.com/Xezun/XZDataCryptor",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Xezun": "developer@xezun.com"
13   },
14   "source": {
15     "git": "https://github.com/Xezun/XZDataCryptor.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "11.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": "XZDataCryptor/Code/**/*.{h,m}",
29       "dependencies": {
30         "XZDefines": [
32         ]
33       }
34     }
35   ]