blob: eaf15bc30c3398dfeaef1717cd7705dbd9b5a3e1 [file] [log] [blame]
{
"name": "DOT",
"version": "0.0.1",
"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.1"
},
"source_files": "DOT/**/*",
"subspecs": [
{
"name": "CouchbaseLite",
"source_files": "CouchbaseLite.framework/Headers/*.h",
"public_header_files": "CouchbaseLite.framework/Headers/*.h",
"frameworks": [
"CFNetwork",
"Security",
"SystemConfiguration",
"JavaScriptCore"
],
"libraries": [
"z",
"c++",
"sqlite3"
],
"vendored_frameworks": "CouchbaseLite.framework",
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"preserve_paths": "CouchbaseLite.framework"
}
]
}