[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / b / 3 / 5 / ComScore / 6.8.0 / ComScore.podspec.json
blobb69c97a4bc5ca75622058d33f03db22c581c2be9
2   "name": "ComScore",
3   "version": "6.8.0",
4   "summary": "Official analytics library for iOS and tvOS from comScore",
5   "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.",
6   "homepage": "https://github.com/comscore/ComScore-iOS-watchOS-tvOS",
7   "license": "Custom",
8   "authors": {
9     "comScore": "www.comscore.com"
10   },
11   "source": {
12     "git": "https://github.com/comscore/ComScore-iOS-watchOS-tvOS.git",
13     "tag": "6.8.0"
14   },
15   "libraries": "c++",
16   "frameworks": "Security",
17   "prepare_command": "touch .pod\nrm -rf ComScore/dynamic/ComScore.xcframework/ios-arm64_armv7/ComScore.framework/strip-framework.sh\nrm -rf ComScore/dynamic/ComScore.xcframework/ios-arm64_i386_x86_64-simulator/ComScore.framework/strip-framework.sh\nrm -rf ComScore/dynamic/ComScore.xcframework/tvos-arm64/ComScore.framework/strip-framework.sh\nrm -rf ComScore/dynamic/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/strip-framework.sh",
18   "default_subspecs": "Dynamic",
19   "module_name": "ComScore",
20   "platforms": {
21     "osx": null,
22     "ios": null,
23     "tvos": null,
24     "watchos": null
25   },
26   "subspecs": [
27     {
28       "name": "Dynamic",
29       "platforms": {
30         "ios": "8.0",
31         "tvos": "9.0"
32       },
33       "ios": {
34         "vendored_frameworks": "ComScore/dynamic/ComScore.xcframework",
35         "preserve_paths": "ComScore/dynamic/ComScore.xcframework",
36         "frameworks": "SystemConfiguration",
37         "resource_bundles": {
38           "SCORBundle": ".pod"
39         }
40       },
41       "tvos": {
42         "vendored_frameworks": "ComScore/dynamic/ComScore.xcframework",
43         "preserve_paths": "ComScore/dynamic/ComScore.xcframework",
44         "frameworks": "SystemConfiguration",
45         "resource_bundles": {
46           "SCORBundle": ".pod"
47         }
48       }
49     },
50     {
51       "name": "Static",
52       "platforms": {
53         "ios": "9.0",
54         "tvos": "9.0"
55       },
56       "ios": {
57         "vendored_frameworks": "ComScore/static/ComScore.xcframework",
58         "preserve_paths": "ComScore/static/ComScore.xcframework",
59         "frameworks": "SystemConfiguration",
60         "resource_bundles": {
61           "SCORBundle": ".pod"
62         }
63       },
64       "tvos": {
65         "vendored_frameworks": "ComScore/static/ComScore.xcframework",
66         "preserve_paths": "ComScore/static/ComScore.xcframework",
67         "frameworks": "SystemConfiguration",
68         "resource_bundles": {
69           "SCORBundle": ".pod"
70         }
71       }
72     }
73   ]