[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 3 / d / 1 / ComScore-iOS / 3.1510.232 / ComScore-iOS.podspec.json
blobcc7a3dd4babfdc30e52817ddd932ed20031b487b
2   "name": "ComScore-iOS",
3   "version": "3.1510.232",
4   "summary": "Official Application and Streaming Tag library for iOS from comScore",
5   "description": "This library is used to collect application and streaming tagging data 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": "3.1510.232"
14   },
15   "social_media_url": "https://twitter.com/comScore",
16   "platforms": {
17     "ios": "6.0"
18   },
19   "public_header_files": "comScore/**/*.h",
20   "source_files": [
21     "comScore/**/*.h",
22     "comScore/*.m"
23   ],
24   "preserve_paths": "comScore/**/*.h",
25   "vendored_libraries": "comScore/libcomScore.a",
26   "frameworks": [
27     "SystemConfiguration",
28     "Security"
29   ],
30   "module_map": "comScore/ComScore.modulemap",
31   "header_dir": "ComScore",
32   "module_name": "ComScore",
33   "xcconfig": {
34     "OTHER_LDFLAGS": "-ObjC"
35   }