[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 4 / 8 / 2 / YFBinarySort / 1.0.1 / YFBinarySort.podspec.json
blob670c133fd46a84ab0fc33e55642c1f04b7490cee
2   "name": "YFBinarySort",
3   "version": "1.0.1",
4   "summary": "二进制重排order File文件生成",
5   "description": "二进制重排order File文件生成,减少启动过程中page fault异常次数",
6   "homepage": "https://github.com/dengyafeng001/YFBinarySort",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "dengyafeng001": "deng_web@163.com"
13   },
14   "source": {
15     "git": "https://github.com/dengyafeng001/YFBinarySort.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "YFBinarySort/Classes/**/*",
22   "user_target_xcconfig": {
23     "OTHER_CFLAGS": "-fsanitize-coverage=func,trace-pc-guard",
24     "OTHER_SWIFT_FLAGS": "-sanitize-coverage=func -sanitize=undefined"
25   }