[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / 3 / 5 / ComScore / 5.6.1b / ComScore.podspec.json
blob4124cd620fc010d4e858fef1b0c3f7f48e4ea25e
2   "name": "ComScore",
3   "version": "5.6.1b",
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.6.1b"
14   },
15   "social_media_url": "https://twitter.com/comScore",
16   "libraries": "c++",
17   "frameworks": "Security",
18   "prepare_command": "touch .pod",
19   "platforms": {
20     "ios": "8.0",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "ios": {
25     "vendored_frameworks": "ComScore/iOS/ComScore.framework",
26     "preserve_paths": "ComScore/iOS/ComScore.framework",
27     "public_header_files": "ComScore/iOS/ComScore.framework/Headers/*.h",
28     "source_files": "ComScore/iOS/ComScore.framework/Headers/*.h",
29     "frameworks": "SystemConfiguration",
30     "resource_bundles": {
31       "SCORBundle": ".pod"
32     }
33   },
34   "tvos": {
35     "vendored_frameworks": "ComScore/tvOS/ComScore.framework",
36     "preserve_paths": "ComScore/tvOS/ComScore.framework",
37     "public_header_files": "ComScore/tvOS/ComScore.framework/Headers/*.h",
38     "source_files": "ComScore/tvOS/ComScore.framework/Headers/*.h",
39     "frameworks": "SystemConfiguration",
40     "resource_bundles": {
41       "SCORBundle": ".pod"
42     }
43   },
44   "watchos": {
45     "vendored_frameworks": "ComScore/watchOS/ComScore.framework",
46     "preserve_paths": "ComScore/watchOS/ComScore.framework",
47     "public_header_files": "ComScore/watchOS/ComScore.framework/Headers/*.h",
48     "source_files": "ComScore/watchOS/ComScore.framework/Headers/*.h",
49     "resource_bundles": {
50       "SCORBundle": ".pod"
51     }
52   },
53   "header_dir": "ComScore",
54   "module_name": "ComScore"