[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / 3 / 5 / ComScore / 5.2.0 / ComScore.podspec.json
blobffc850013069761b689a3f53ea66aa7922b2090f
2   "name": "ComScore",
3   "version": "5.2.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": "5.2.0"
14   },
15   "social_media_url": "https://twitter.com/comScore",
16   "libraries": "c++",
17   "frameworks": "Security",
18   "platforms": {
19     "ios": "6.0",
20     "tvos": "9.0",
21     "watchos": "2.0"
22   },
23   "ios": {
24     "vendored_frameworks": "ComScore/iOS/ComScore.framework",
25     "preserve_paths": "ComScore/iOS/ComScore.framework",
26     "public_header_files": "ComScore/iOS/ComScore.framework/Versions/A/Headers/*.h",
27     "source_files": "ComScore/iOS/ComScore.framework/Versions/A/Headers/*.h",
28     "frameworks": "SystemConfiguration"
29   },
30   "tvos": {
31     "vendored_frameworks": "ComScore/tvOS/ComScore.framework",
32     "preserve_paths": "ComScore/tvOS/ComScore.framework",
33     "public_header_files": "ComScore/tvOS/ComScore.framework/Versions/A/Headers/*.h",
34     "source_files": "ComScore/tvOS/ComScore.framework/Versions/A/Headers/*.h",
35     "frameworks": "SystemConfiguration"
36   },
37   "watchos": {
38     "vendored_frameworks": "ComScore/watchOS/ComScore.framework",
39     "preserve_paths": "ComScore/watchOS/ComScore.framework",
40     "public_header_files": "ComScore/watchOS/ComScore.framework/Versions/A/Headers/*.h",
41     "source_files": "ComScore/watchOS/ComScore.framework/Versions/A/Headers/*.h"
42   },
43   "header_dir": "ComScore",
44   "module_name": "ComScore"