[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / 6 / e / DUKETimeProfiler / 0.0.1 / DUKETimeProfiler.podspec.json
blobd3b157b5a7a121f90295588376a3cf0a54cb0e6d
2   "name": "DUKETimeProfiler",
3   "version": "0.0.1",
4   "summary": "A short description of DUKETimeProfiler",
5   "description": "利用LLVM自动插桩技术, 统计方法、函数耗时",
6   "homepage": "https://github.com/xiezhongmin/DUKETimeProfiler",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "git": "364101515@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/xiezhongmin/DUKETimeProfiler.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "src/*",
22   "preserve_paths": [
23     "clang/bin/clang",
24     "clang/lib/DUKETimeProfiler.dylib",
25     "clang/lib/clang/9.0.1/include/*"
26   ],
27   "requires_arc": true,
28   "xcconfig": {
29     "OTHER_CFLAGS": "-Xclang -load -Xclang ${PODS_ROOT}/DUKETimeProfiler/clang/lib/DUKETimeProfiler.dylib",
30     "COMPILER_INDEX_STORE_ENABLE": "No",
31     "CC": "${PODS_ROOT}/DUKETimeProfiler/clang/bin/clang"
32   }