blob: db95aa7cc4a20de8da62748d546cc37987f21f63 [file] [log] [blame]
{
"name": "DataStatistic",
"version": "1.0.0",
"summary": "User Behavior Statistic 用户行为统计",
"description": "封装第三方平台的数据统计功能,包括:Umeng统计,TalkingData",
"homepage": "https://github.com/howardhou/DataStatistic",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"howardhou": "houdongdong@rongzi.com"
},
"source": {
"git": "https://github.com/howardhou/DataStatistic.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "DataStatistic/Classes/**/*",
"ios": {
"vendored_libraries": "DataStatistic/Frameworks/libTalkingData.a",
"vendored_frameworks": "DataStatistic/Frameworks/UMMobClick.framework"
},
"public_header_files": "DataStatistic/Classes/**/*.h",
"frameworks": "CoreTelephony",
"libraries": [
"z",
"sqlite3"
]
}