blob: 9eccb54d4f302b32ed05d7991efa545b94065313 [file] [log] [blame]
{
"name": "DTTracker",
"version": "0.0.1",
"summary": "DTTracker SDK",
"description": "you can use DTTracker to track your user behavior in your app",
"homepage": "https://www.dtstack.com/",
"license": "MIT",
"authors": {
"liuyunclouder": "liuyunclouder@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/liuyunclouder/DTTracker.git",
"tag": "0.0.1"
},
"vendored_frameworks": "frameworks/cocoapods/DTTracker.framework",
"frameworks": [
"Foundation",
"UIKit",
"CoreTelephony"
],
"libraries": [
"sqlite3",
"z"
],
"requires_arc": true,
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-ObjC -all_load"
}
}