[Add] FaceCoreBasicNightly 6.2.803
[CocoaPods.git] / Specs / b / 5 / f / IISecurity / 0.3.0 / IISecurity.podspec.json
blobc009a1c6b6b189bebb953b923ea0e875009048d6
2   "name": "IISecurity",
3   "version": "0.3.0",
4   "summary": "IISecurity",
5   "description": "IISecurity:\n1.引入了安全监测与性能处理代码\n2.引入CryptSwift代码",
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.3.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "IISecurity/Classes/**/*.swift",
22   "requires_arc": true,
23   "swift_version": "4.2",
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   }