[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 3 / f / YHEnDecriptionSDK / 2.1.0 / YHEnDecriptionSDK.podspec.json
blobed3671b0d9791f96ec6f84799e6071cc046bd1de
2   "name": "YHEnDecriptionSDK",
3   "version": "2.1.0",
4   "summary": "公司基础SDK之一",
5   "description": "基础SDK之一,提供加密、解密、签名、验证签名。",
6   "homepage": "https://github.com/XmYlzYhkj/YHEnDecriptionSDK",
7   "license": "MIT",
8   "authors": {
9     "XmYhkj": "yhkj_xm@163.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/XmYlzYhkj/YHEnDecriptionSDK.git",
16     "tag": "2.1.0"
17   },
18   "requires_arc": true,
19   "xcconfig": {
20     "OTHER_LDFLAGS": "-lstdc++"
21   },
22   "default_subspecs": "EncryptFull",
23   "subspecs": [
24     {
25       "name": "EncryptFull",
26       "vendored_frameworks": [
27         "Frameworks/EncryptFull/YHEnDecriptionSDK.framework"
28       ]
29     },
30     {
31       "name": "EncryptAES",
32       "vendored_frameworks": [
33         "Frameworks/EncryptAES/YHEnDecriptionSDK.framework"
34       ],
35       "pod_target_xcconfig": {
36         "GCC_PREPROCESSOR_DEFINITIONS": "YHEnDecriptionExcludingSM=1"
37       }
38     }
39   ]