[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / 3 / 5 / ComScore / 6.6.0 / ComScore.podspec.json
blobf1ce6ef69a036604a14162e43af3634801810925
2   "name": "ComScore",
3   "version": "6.6.0",
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": "6.6.0"
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         "pod_target_xcconfig": {
46           "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
47         },
48         "user_target_xcconfig": {
49           "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
50         }
51       },
52       "tvos": {
53         "vendored_frameworks": "ComScore/dynamic/tvOS/ComScore.framework",
54         "preserve_paths": "ComScore/dynamic/tvOS/ComScore.framework",
55         "public_header_files": "ComScore/dynamic/tvOS/ComScore.framework/Headers/*.h",
56         "source_files": "ComScore/dynamic/tvOS/ComScore.framework/Headers/*.h",
57         "frameworks": "SystemConfiguration",
58         "resource_bundles": {
59           "SCORBundle": ".pod"
60         },
61         "pod_target_xcconfig": {
62           "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
63         },
64         "user_target_xcconfig": {
65           "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
66         }
67       },
68       "watchos": {
69         "vendored_frameworks": "ComScore/dynamic/watchOS/ComScore.framework",
70         "preserve_paths": "ComScore/dynamic/watchOS/ComScore.framework",
71         "public_header_files": "ComScore/dynamic/watchOS/ComScore.framework/Headers/*.h",
72         "source_files": "ComScore/dynamic/watchOS/ComScore.framework/Headers/*.h",
73         "resource_bundles": {
74           "SCORBundle": ".pod"
75         },
76         "pod_target_xcconfig": {
77           "EXCLUDED_ARCHS[sdk=watchsimulator*]": "arm64"
78         },
79         "user_target_xcconfig": {
80           "EXCLUDED_ARCHS[sdk=watchsimulator*]": "arm64"
81         }
82       }
83     },
84     {
85       "name": "Static",
86       "platforms": {
87         "ios": "6.0",
88         "tvos": "9.0",
89         "watchos": "2.0"
90       },
91       "ios": {
92         "vendored_frameworks": "ComScore/static/iOS/ComScore.framework",
93         "preserve_paths": "ComScore/static/iOS/ComScore.framework",
94         "public_header_files": "ComScore/static/iOS/ComScore.framework/Versions/A/Headers/*.h",
95         "source_files": "ComScore/static/iOS/ComScore.framework/Versions/A/Headers/*.h",
96         "frameworks": "SystemConfiguration",
97         "resource_bundles": {
98           "SCORBundle": ".pod"
99         },
100         "pod_target_xcconfig": {
101           "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
102         },
103         "user_target_xcconfig": {
104           "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
105         }
106       },
107       "tvos": {
108         "vendored_frameworks": "ComScore/static/tvOS/ComScore.framework",
109         "preserve_paths": "ComScore/static/tvOS/ComScore.framework",
110         "public_header_files": "ComScore/static/tvOS/ComScore.framework/Versions/A/Headers/*.h",
111         "source_files": "ComScore/static/tvOS/ComScore.framework/Versions/A/Headers/*.h",
112         "frameworks": "SystemConfiguration",
113         "resource_bundles": {
114           "SCORBundle": ".pod"
115         },
116         "pod_target_xcconfig": {
117           "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
118         },
119         "user_target_xcconfig": {
120           "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
121         }
122       },
123       "watchos": {
124         "vendored_frameworks": "ComScore/static/watchOS/ComScore.framework",
125         "preserve_paths": "ComScore/static/watchOS/ComScore.framework",
126         "public_header_files": "ComScore/static/watchOS/ComScore.framework/Versions/A/Headers/*.h",
127         "source_files": "ComScore/static/watchOS/ComScore.framework/Versions/A/Headers/*.h",
128         "resource_bundles": {
129           "SCORBundle": ".pod"
130         },
131         "pod_target_xcconfig": {
132           "EXCLUDED_ARCHS[sdk=watchsimulator*]": "arm64"
133         },
134         "user_target_xcconfig": {
135           "EXCLUDED_ARCHS[sdk=watchsimulator*]": "arm64"
136         }
137       }
138     }
139   ]