blob: 839942e95293377ba8a07ee2f79f34974bfea158 [file] [log] [blame]
{
"name": "TalkingDataSDK",
"version": "1.0.0",
"summary": "基于TalkingData AppAnalytics AdTracking 两个服务的SDK制作Pod.(2018.3月的官方SDK)",
"homepage": "https://github.com/duxinfeng/TalkingDataSDK",
"license": "MIT",
"authors": {
"Xinfeng Du": "duxinfeng99@gmail.com"
},
"social_media_url": "https://github.com/duxinfeng",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/duxinfeng/TalkingDataSDK.git",
"tag": "1.0.0"
},
"requires_arc": true,
"source_files": "*.h",
"vendored_libraries": [
"libTalkingData.a",
"TalkingDataAppCpa.a"
],
"frameworks": [
"Security",
"CoreTelephony",
"AdSupport",
"SystemConfiguration",
"CoreMotion"
],
"libraries": [
"z",
"c++"
]
}