blob: a4d748017d427d520db4a4d65ac696760eff782a [file] [log] [blame]
{
"name": "DOT",
"version": "0.0.10",
"summary": "third party app tracking SDK",
"description": "Upload Dot in CocoaPod third party app tracking SDK",
"homepage": "https://github.com/WoncheolHeo/DOT",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"WoncheolHeo": "fornew21c@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/WoncheolHeo/DOT.git",
"tag": "0.0.10"
},
"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"
}
]
}