blob: 7ac76c3e5f55eba4c1f4d1c42b211bfa0f6087b1 [file] [log] [blame]
{
"name": "TrackerFramework",
"version": "1.0.2",
"summary": "TrackerFramework SDK",
"description": "TrackerFramework 埋点SDK,自动记录点击事件,页面跳转事件",
"homepage": "https://github.com/wangxinIOS/TrackerFramework.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sean": "w_angxin@yeah.net"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/wangxinIOS/TrackerFramework.git",
"tag": "1.0.2"
},
"source_files": "lib/Tracker.framework/Headers/*.{h}",
"vendored_frameworks": "lib/Tracker.framework",
"frameworks": "CoreTelephony",
"libraries": "sqlite3.0"
}