blob: f646fff83a4a45878fd7f3dc909a7cd3e5ec0c53 [file] [log] [blame]
{
"name": "ComScore-iOS",
"version": "3.1510.231",
"summary": "Official Application and Streaming Tag library for iOS from comScore",
"description": "This library is used to collect application and streaming tagging data 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": "3.1510.231"
},
"social_media_url": "https://twitter.com/comScore",
"platforms": {
"ios": "6.0"
},
"public_header_files": "comScore/**/*.h",
"source_files": [
"comScore/**/*.h",
"comScore/*.m"
],
"preserve_paths": "comScore/**/*.h",
"vendored_libraries": "comScore/libcomScore.a",
"frameworks": [
"SystemConfiguration",
"Security"
],
"module_map": "comScore/ComScore.modulemap",
"module_name": "ComScore",
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
}