[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / 3 / 5 / ComScore / 6.7.1 / ComScore.podspec.json
blob9ec87868eceba3c2f763c5b63025e2cdd1658e86
2   "name": "ComScore",
3   "version": "6.7.1",
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.7.1"
14   },
15   "libraries": "c++",
16   "frameworks": "Security",
17   "prepare_command": "touch .pod\nrm -rf ComScore/dynamic/iOS/ComScore.framework/strip-framework.sh\nrm -rf ComScore/dynamic/tvOS/ComScore.framework/strip-framework.sh",
18   "default_subspecs": "Dynamic",
19   "header_dir": "ComScore",
20   "module_name": "ComScore",
21   "platforms": {
22     "osx": null,
23     "ios": null,
24     "tvos": null,
25     "watchos": null
26   },
27   "subspecs": [
28     {
29       "name": "Dynamic",
30       "platforms": {
31         "ios": "8.0",
32         "tvos": "9.0"
33       },
34       "ios": {
35         "vendored_frameworks": "ComScore/dynamic/iOS/ComScore.framework",
36         "preserve_paths": "ComScore/dynamic/iOS/ComScore.framework",
37         "public_header_files": "ComScore/dynamic/iOS/ComScore.framework/Headers/*.h",
38         "source_files": "ComScore/dynamic/iOS/ComScore.framework/Headers/*.h",
39         "frameworks": "SystemConfiguration",
40         "resource_bundles": {
41           "SCORBundle": ".pod"
42         },
43         "pod_target_xcconfig": {
44           "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
45         },
46         "user_target_xcconfig": {
47           "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
48         }
49       },
50       "tvos": {
51         "vendored_frameworks": "ComScore/dynamic/tvOS/ComScore.framework",
52         "preserve_paths": "ComScore/dynamic/tvOS/ComScore.framework",
53         "public_header_files": "ComScore/dynamic/tvOS/ComScore.framework/Headers/*.h",
54         "source_files": "ComScore/dynamic/tvOS/ComScore.framework/Headers/*.h",
55         "frameworks": "SystemConfiguration",
56         "resource_bundles": {
57           "SCORBundle": ".pod"
58         },
59         "pod_target_xcconfig": {
60           "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
61         },
62         "user_target_xcconfig": {
63           "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
64         }
65       }
66     },
67     {
68       "name": "Static",
69       "platforms": {
70         "ios": "6.0",
71         "tvos": "9.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         "pod_target_xcconfig": {
83           "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
84         },
85         "user_target_xcconfig": {
86           "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
87         }
88       },
89       "tvos": {
90         "vendored_frameworks": "ComScore/static/tvOS/ComScore.framework",
91         "preserve_paths": "ComScore/static/tvOS/ComScore.framework",
92         "public_header_files": "ComScore/static/tvOS/ComScore.framework/Versions/A/Headers/*.h",
93         "source_files": "ComScore/static/tvOS/ComScore.framework/Versions/A/Headers/*.h",
94         "frameworks": "SystemConfiguration",
95         "resource_bundles": {
96           "SCORBundle": ".pod"
97         },
98         "pod_target_xcconfig": {
99           "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
100         },
101         "user_target_xcconfig": {
102           "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
103         }
104       }
105     }
106   ]