[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / b / 3 / 5 / ComScore / 6.14.0 / ComScore.podspec.json
blobac207ac98cc31051b34ba7f884cf547fba17b0e2
2   "name": "ComScore",
3   "module_name": "ComScore",
4   "version": "6.14.0",
5   "summary": "Official analytics library for iOS and tvOS from Comscore",
6   "description": "This library is used to collect analytics from iOS and tvOS applications. The library supports apps developed in native Objective C or Swift with Apple Xcode or in other languages/tools which can include and use native Objective C libraries.",
7   "homepage": "https://github.com/comscore/ComScore-iOS-watchOS-tvOS",
8   "license": "Custom",
9   "authors": {
10     "Comscore": "www.comscore.com"
11   },
12   "source": {
13     "git": "https://github.com/comscore/ComScore-iOS-watchOS-tvOS.git",
14     "tag": "6.14.0"
15   },
16   "platforms": {
17     "ios": "11.0",
18     "osx": "11.0",
19     "tvos": "11.0"
20   },
21   "libraries": [
22     "c++",
23     "z"
24   ],
25   "frameworks": "SystemConfiguration",
26   "prepare_command": "touch .pod",
27   "preserve_paths": "ComScore/ComScore.xcframework",
28   "resource_bundles": {
29     "SCORBundle": ".pod"
30   },
31   "ios": {
32     "vendored_frameworks": "ComScore/ComScore.xcframework"
33   },
34   "tvos": {
35     "vendored_frameworks": "ComScore/ComScore.xcframework"
36   }