[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / b / 3 / 5 / ComScore / 6.9.0 / ComScore.podspec.json
blob9238cfb1a993563bb6c98728ebc9c96ac30e663b
2   "name": "ComScore",
3   "version": "6.9.0",
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.9.0"
14   },
15   "platforms": {
16     "ios": "9.0",
17     "osx": "11.0",
18     "tvos": "9.0"
19   },
20   "libraries": "c++",
21   "frameworks": "Security",
22   "prepare_command": "touch .pod\nrm -rf ComScore/dynamic/ComScore.xcframework/ios-arm64_armv7/ComScore.framework/strip-framework.sh\nrm -rf ComScore/dynamic/ComScore.xcframework/ios-arm64_i386_x86_64-simulator/ComScore.framework/strip-framework.sh\nrm -rf ComScore/dynamic/ComScore.xcframework/tvos-arm64/ComScore.framework/strip-framework.sh\nrm -rf ComScore/dynamic/ComScore.xcframework/tvos-arm64_x86_64-simulator/ComScore.framework/strip-framework.sh",
23   "default_subspecs": "Dynamic",
24   "module_name": "ComScore",
25   "subspecs": [
26     {
27       "name": "Dynamic",
28       "platforms": {
29         "ios": "9.0",
30         "tvos": "9.0"
31       },
32       "ios": {
33         "vendored_frameworks": "ComScore/dynamic/ComScore.xcframework",
34         "preserve_paths": "ComScore/dynamic/ComScore.xcframework",
35         "frameworks": "SystemConfiguration",
36         "resource_bundles": {
37           "SCORBundle": ".pod"
38         }
39       },
40       "tvos": {
41         "vendored_frameworks": "ComScore/dynamic/ComScore.xcframework",
42         "preserve_paths": "ComScore/dynamic/ComScore.xcframework",
43         "frameworks": "SystemConfiguration",
44         "resource_bundles": {
45           "SCORBundle": ".pod"
46         }
47       }
48     },
49     {
50       "name": "Static",
51       "platforms": {
52         "ios": "9.0",
53         "tvos": "9.0"
54       },
55       "ios": {
56         "vendored_frameworks": "ComScore/static/ComScore.xcframework",
57         "preserve_paths": "ComScore/static/ComScore.xcframework",
58         "frameworks": "SystemConfiguration",
59         "resource_bundles": {
60           "SCORBundle": ".pod"
61         }
62       },
63       "tvos": {
64         "vendored_frameworks": "ComScore/static/ComScore.xcframework",
65         "preserve_paths": "ComScore/static/ComScore.xcframework",
66         "frameworks": "SystemConfiguration",
67         "resource_bundles": {
68           "SCORBundle": ".pod"
69         }
70       }
71     }
72   ]