Skip to content

Commit

Permalink
[Add] AspectAutoLog 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wujingcheng7 authored and CocoaPodsBot committed Apr 1, 2024
1 parent 0ebec00 commit 2effcd9
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions Specs/0/2/0/AspectAutoLog/2.0.1/AspectAutoLog.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "AspectAutoLog",
"version": "2.0.1",
"summary": "iOS auto log based on aop",
"description": "中文: 基于 methodswizzle 原理和切面(AOP)编程思想,实现了 iOS 的自动埋点。目前支持页面展示和按钮点击(touchUpInside)。\n\nEnglish: Based on the principle of method swizzling and the aspect-oriented programming (AOP) concept,\nautomatic tracking (auto-burial point) has been implemented in iOS. \nCurrently supports page displays and button clicks (touchUpInside).",
"homepage": "https://github.com/wujingcheng7/AspectAutoLog",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wujc": "love@jingchengwu.cn"
},
"platforms": {
"ios": "9.0"
},
"frameworks": "UIKit",
"requires_arc": true,
"swift_versions": "5.0",
"source": {
"git": "https://github.com/wujingcheng7/AspectAutoLog.git",
"tag": "2.0.1"
},
"source_files": "Class/**/*.{swift,h,m}",
"swift_version": "5.0"
}

0 comments on commit 2effcd9

Please sign in to comment.