blob: a99eb2de5f26c8969f8248341b862bf5ab2874e3 [file] [log] [blame]
{
"name": "ComScore-iOS",
"version": "5.6.1b",
"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.6.1b"
},
"social_media_url": "https://twitter.com/comScore",
"platforms": {
"ios": "8.0"
},
"prepare_command": "touch .pod",
"vendored_frameworks": "comScore/ComScore.framework",
"preserve_paths": "comScore/ComScore.framework",
"public_header_files": "comScore/ComScore.framework/Headers/*.h",
"source_files": "comScore/ComScore.framework/Headers/*.h",
"resource_bundles": {
"SCORBundle": ".pod"
},
"frameworks": [
"SystemConfiguration",
"Security"
],
"libraries": "c++",
"module_name": "ComScore",
"deprecated_in_favor_of": "ComScore",
"deprecated": true
}