blob: 47372051865f889ad60f052e4310e09bd03c3f29 [file] [log] [blame]
{
"name": "DOT",
"version": "0.0.51",
"summary": "third party app tracking SDK",
"description": "Upload Dot which is third party app tracking SDK",
"homepage": "https://github.com/WisetrackerTechteam/dop-ios-sdk.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"WoncheolHeo": "fornew21c@wisetracker.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/WisetrackerTechteam/dop-ios-sdk.git",
"tag": "0.0.51"
},
"source_files": "DOT/**/*.{h,m}",
"subspecs": [
{
"name": "CouchbaseLite",
"frameworks": [
"CFNetwork",
"Security",
"SystemConfiguration",
"JavaScriptCore"
],
"libraries": [
"z",
"c++",
"sqlite3"
],
"vendored_frameworks": "CouchbaseLite.framework",
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"preserve_paths": "CouchbaseLite.framework"
}
]
}