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