[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 3 / d / 1 / ComScore-iOS / 5.8.0 / ComScore-iOS.podspec.json
blobd3b66f5f8d510b135dbf4f1ac1f60c73adcf947d
2   "name": "ComScore-iOS",
3   "version": "5.8.0",
4   "summary": "Official analytics library for iOS from comScore",
5   "description": "This library is used to collect analytics from iOS applications. The library supports apps developed in native Objective C 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-SDK",
7   "license": "Custom",
8   "authors": {
9     "comScore": "www.comscore.com"
10   },
11   "source": {
12     "git": "https://github.com/comscore/ComScore-iOS-SDK.git",
13     "tag": "5.8.0"
14   },
15   "social_media_url": "https://twitter.com/comScore",
16   "platforms": {
17     "ios": null
18   },
19   "prepare_command": "touch .pod\nrm -rf ComScore/dynamic/ComScore.framework/strip-framework.sh",
20   "frameworks": [
21     "SystemConfiguration",
22     "Security"
23   ],
24   "libraries": "c++",
25   "default_subspecs": "Dynamic",
26   "module_name": "ComScore",
27   "deprecated_in_favor_of": "ComScore",
28   "deprecated": true,
29   "subspecs": [
30     {
31       "name": "Dynamic",
32       "platforms": {
33         "ios": "8.0"
34       },
35       "vendored_frameworks": "comScore/dynamic/ComScore.framework",
36       "preserve_paths": "comScore/dynamic/ComScore.framework",
37       "public_header_files": "comScore/dynamic/ComScore.framework/Headers/*.h",
38       "source_files": "comScore/dynamic/ComScore.framework/Headers/*.h",
39       "resource_bundles": {
40         "SCORBundle": ".pod"
41       }
42     },
43     {
44       "name": "Static",
45       "platforms": {
46         "ios": "6.0"
47       },
48       "vendored_frameworks": "comScore/static/ComScore.framework",
49       "preserve_paths": "comScore/static/ComScore.framework",
50       "public_header_files": "comScore/static/ComScore.framework/Versions/A/Headers/*.h",
51       "source_files": "comScore/static/ComScore.framework/Versions/A/Headers/*.h",
52       "resource_bundles": {
53         "SCORBundle": ".pod"
54       }
55     }
56   ]