blob: 607dfed370e6762c5168d6d01e10f4f9ead7166e [file] [log] [blame]
{
"name": "ComScore-iOS",
"version": "5.2.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.2.0"
},
"social_media_url": "https://twitter.com/comScore",
"platforms": {
"ios": "6.0"
},
"vendored_frameworks": "comScore/ComScore.framework",
"preserve_paths": "comScore/ComScore.framework",
"public_header_files": "comScore/ComScore.framework/Versions/A/Headers/*.h",
"source_files": "comScore/ComScore.framework/Versions/A/Headers/*.h",
"frameworks": [
"SystemConfiguration",
"Security"
],
"libraries": "c++",
"module_name": "ComScore",
"deprecated_in_favor_of": "ComScore",
"deprecated": true
}