blob: 718dbe3d4ef40541307911347f043ca71c898898 [file] [log] [blame]
{
"name": "YHTrackingPointTool",
"version": "0.0.2",
"summary": "UITableView & UICollection reload的时候 cellWillDisply 会走多次,不便于埋点,该工具是让cell只曝光一次,停留也只曝光一次",
"homepage": "https://github.com/wanwandiligent/YHTrackingPointTool",
"license": "MIT",
"authors": {
"wanyehua": "137177787@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/wanwandiligent/YHTrackingPointTool.git",
"tag": "0.0.2"
},
"source_files": [
"YHTrackingPointTool",
"YHTrackingPointTool/**/*.{h,m}"
],
"exclude_files": "YHTrackingPointTool/Exclude",
"requires_arc": true
}