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",
9 "comScore": "www.comscore.com"
12 "git": "https://github.com/comscore/ComScore-iOS-watchOS-tvOS.git",
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",
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",
43 "pod_target_xcconfig": {
44 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
46 "user_target_xcconfig": {
47 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
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",
59 "pod_target_xcconfig": {
60 "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
62 "user_target_xcconfig": {
63 "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
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",
82 "pod_target_xcconfig": {
83 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
85 "user_target_xcconfig": {
86 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
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",
98 "pod_target_xcconfig": {
99 "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
101 "user_target_xcconfig": {
102 "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"