[Add] Braintree 6.25.0
[CocoaPods.git] / Specs / b / 5 / f / IISecurity / 0.5.3 / IISecurity.podspec.json
blob17d6ab400c7a9515548a70da1083a44d63cc30a1
2   "name": "IISecurity",
3   "version": "0.5.3",
4   "summary": "IISecurity",
5   "description": "IISecurity:\n1.引入了安全监测与性能处理代码\n2.引入CryptSwift代码\n3.OpenSSL-Universal\n4.iiexchange-pkcs12",
6   "homepage": "https://github.com/hatjs880328s/IISecurity",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "hatjs880328s": "shanwzh@inspur.com"
13   },
14   "source": {
15     "git": "https://github.com/hatjs880328s/IISecurity.git",
16     "tag": "0.5.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "swift_versions": "5.0",
23   "static_framework": true,
24   "cocoapods_version": ">= 1.4.0",
25   "pod_target_xcconfig": {
26     "SWIFT_OPTIMIZATION_LEVEL": "-O",
27     "SWIFT_COMPILATION_MODE": "wholemodule",
28     "SWIFT_DISABLE_SAFETY_CHECKS": "YES",
29     "SWIFT_ENFORCE_EXCLUSIVE_ACCESS": "debug-only",
30     "GCC_UNROLL_LOOPS": "YES"
31   },
32   "dependencies": {
33     "IISwiftBaseUti": [
35     ],
36     "IIBLL": [
38     ],
39     "OpenSSL-Universal": [
41     ]
42   },
43   "swift_version": "5.0",
44   "subspecs": [
45     {
46       "name": "Exchange",
47       "source_files": "IISecurity/Classes/Exchange/*.{h,m}"
48     },
49     {
50       "name": "IISecurity",
51       "source_files": "IISecurity/Classes/IISecurity/**/*.swift"
52     },
53     {
54       "name": "DeviceSafeTool",
55       "source_files": "IISecurity/Classes/DeviceSafeTool/**/*.{h,m}"
56     }
57   ]