[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / 3 / 5 / ComScore / 5.8.4 / ComScore.podspec.json
blobfe880ee00b3c0514b94d9734f940f5ce35751e9a
2   "name": "ComScore",
3   "version": "5.8.4",
4   "summary": "Official analytics library for iOS, watchOS and tvOS from comScore",
5   "description": "This library is used to collect analytics from iOS, watchOS 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": "5.8.4"
14   },
15   "social_media_url": "https://twitter.com/comScore",
16   "libraries": "c++",
17   "frameworks": "Security",
18   "prepare_command": "touch .pod\nrm -rf ComScore/dynamic/iOS/ComScore.framework/strip-framework.sh\nrm -rf ComScore/dynamic/tvOS/ComScore.framework/strip-framework.sh\nrm -rf ComScore/dynamic/watchOS/ComScore.framework/strip-framework.sh",
19   "default_subspecs": "Dynamic",
20   "header_dir": "ComScore",
21   "module_name": "ComScore",
22   "platforms": {
23     "osx": null,
24     "ios": null,
25     "tvos": null,
26     "watchos": null
27   },
28   "subspecs": [
29     {
30       "name": "Dynamic",
31       "platforms": {
32         "ios": "8.0",
33         "tvos": "9.0",
34         "watchos": "2.0"
35       },
36       "ios": {
37         "vendored_frameworks": "ComScore/dynamic/iOS/ComScore.framework",
38         "preserve_paths": "ComScore/dynamic/iOS/ComScore.framework",
39         "public_header_files": "ComScore/dynamic/iOS/ComScore.framework/Headers/*.h",
40         "source_files": "ComScore/dynamic/iOS/ComScore.framework/Headers/*.h",
41         "frameworks": "SystemConfiguration",
42         "resource_bundles": {
43           "SCORBundle": ".pod"
44         }
45       },
46       "tvos": {
47         "vendored_frameworks": "ComScore/dynamic/tvOS/ComScore.framework",
48         "preserve_paths": "ComScore/dynamic/tvOS/ComScore.framework",
49         "public_header_files": "ComScore/dynamic/tvOS/ComScore.framework/Headers/*.h",
50         "source_files": "ComScore/dynamic/tvOS/ComScore.framework/Headers/*.h",
51         "frameworks": "SystemConfiguration",
52         "resource_bundles": {
53           "SCORBundle": ".pod"
54         }
55       },
56       "watchos": {
57         "vendored_frameworks": "ComScore/dynamic/watchOS/ComScore.framework",
58         "preserve_paths": "ComScore/dynamic/watchOS/ComScore.framework",
59         "public_header_files": "ComScore/dynamic/watchOS/ComScore.framework/Headers/*.h",
60         "source_files": "ComScore/dynamic/watchOS/ComScore.framework/Headers/*.h",
61         "resource_bundles": {
62           "SCORBundle": ".pod"
63         }
64       }
65     },
66     {
67       "name": "Static",
68       "platforms": {
69         "ios": "6.0",
70         "tvos": "9.0",
71         "watchos": "2.0"
72       },
73       "ios": {
74         "vendored_frameworks": "ComScore/static/iOS/ComScore.framework",
75         "preserve_paths": "ComScore/static/iOS/ComScore.framework",
76         "public_header_files": "ComScore/static/iOS/ComScore.framework/Versions/A/Headers/*.h",
77         "source_files": "ComScore/static/iOS/ComScore.framework/Versions/A/Headers/*.h",
78         "frameworks": "SystemConfiguration",
79         "resource_bundles": {
80           "SCORBundle": ".pod"
81         }
82       },
83       "tvos": {
84         "vendored_frameworks": "ComScore/static/tvOS/ComScore.framework",
85         "preserve_paths": "ComScore/static/tvOS/ComScore.framework",
86         "public_header_files": "ComScore/static/tvOS/ComScore.framework/Versions/A/Headers/*.h",
87         "source_files": "ComScore/static/tvOS/ComScore.framework/Versions/A/Headers/*.h",
88         "frameworks": "SystemConfiguration",
89         "resource_bundles": {
90           "SCORBundle": ".pod"
91         }
92       },
93       "watchos": {
94         "vendored_frameworks": "ComScore/static/watchOS/ComScore.framework",
95         "preserve_paths": "ComScore/static/watchOS/ComScore.framework",
96         "public_header_files": "ComScore/static/watchOS/ComScore.framework/Versions/A/Headers/*.h",
97         "source_files": "ComScore/static/watchOS/ComScore.framework/Versions/A/Headers/*.h",
98         "resource_bundles": {
99           "SCORBundle": ".pod"
100         }
101       }
102     }
103   ]