blob: d3b66f5f8d510b135dbf4f1ac1f60c73adcf947d [file] [log] [blame]
{
"name": "ComScore-iOS",
"version": "5.8.0",
"summary": "Official analytics library for iOS from comScore",
"description": "This library is used to collect analytics from iOS applications. The library supports apps developed in native Objective C with Apple Xcode or in other languages/tools which can include and use native Objective C libraries.",
"homepage": "https://github.com/comscore/ComScore-iOS-SDK",
"license": "Custom",
"authors": {
"comScore": "www.comscore.com"
},
"source": {
"git": "https://github.com/comscore/ComScore-iOS-SDK.git",
"tag": "5.8.0"
},
"social_media_url": "https://twitter.com/comScore",
"platforms": {
"ios": null
},
"prepare_command": "touch .pod\nrm -rf ComScore/dynamic/ComScore.framework/strip-framework.sh",
"frameworks": [
"SystemConfiguration",
"Security"
],
"libraries": "c++",
"default_subspecs": "Dynamic",
"module_name": "ComScore",
"deprecated_in_favor_of": "ComScore",
"deprecated": true,
"subspecs": [
{
"name": "Dynamic",
"platforms": {
"ios": "8.0"
},
"vendored_frameworks": "comScore/dynamic/ComScore.framework",
"preserve_paths": "comScore/dynamic/ComScore.framework",
"public_header_files": "comScore/dynamic/ComScore.framework/Headers/*.h",
"source_files": "comScore/dynamic/ComScore.framework/Headers/*.h",
"resource_bundles": {
"SCORBundle": ".pod"
}
},
{
"name": "Static",
"platforms": {
"ios": "6.0"
},
"vendored_frameworks": "comScore/static/ComScore.framework",
"preserve_paths": "comScore/static/ComScore.framework",
"public_header_files": "comScore/static/ComScore.framework/Versions/A/Headers/*.h",
"source_files": "comScore/static/ComScore.framework/Versions/A/Headers/*.h",
"resource_bundles": {
"SCORBundle": ".pod"
}
}
]
}