[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 5 / f / IISecurity / 0.2.0 / IISecurity.podspec.json
blob5d094e3f100f36e9239d9e76e5f4b69aac4ae861
2   "name": "IISecurity",
3   "version": "0.2.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.2.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   }