[Add] PingOidc 1.0.0
[CocoaPods.git] / Specs / b / 5 / f / IISecurity / 0.5.0 / IISecurity.podspec.json
blob05afd6c68032141a203edb48bb429ee061256fe6
2   "name": "IISecurity",
3   "version": "0.5.0",
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.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "swift_version": "4.2",
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   "subspecs": [
44     {
45       "name": "Exchange",
46       "source_files": "IISecurity/Classes/Exchange/*.{h,m}"
47     },
48     {
49       "name": "IISecurity",
50       "source_files": "IISecurity/Classes/IISecurity/**/*.swift"
51     },
52     {
53       "name": "DeviceSafeTool",
54       "source_files": "IISecurity/Classes/DeviceSafeTool/**/*.{h,m}"
55     }
56   ]