[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / e / 0 / f / OpenWrapSDK / 1.7.0 / OpenWrapSDK.podspec.json
bloba45bbf0323068f11f4dd2fb52ea3f8d29d7b425f
2   "name": "OpenWrapSDK",
3   "version": "1.7.0",
4   "summary": "The OpenWrapSDK iOS SDK makes it easy to incorporate ads into iOS applications & monetize your applications with ease",
5   "homepage": "https://community.pubmatic.com/display/IS",
6   "license": {
7     "type": "Pubmatic Inc. license",
8     "text": "    \n    /*\n     * PubMatic Inc. (\"PubMatic\") CONFIDENTIAL\n     * Unpublished Copyright (c) 2006-2020 PubMatic, All Rights Reserved.\n     *\n     * NOTICE:  All information contained herein is, and remains the property of\n     * PubMatic. The intellectual and technical concepts contained herein are\n     * proprietary to PubMatic and may be covered by U.S. and Foreign Patents,\n     * patents in process, and are protected by trade secret or copyright law.\n     * Dissemination of this information or reproduction of this material is\n     * strictly forbidden unless prior written permission is obtained from PubMatic.\n     * Access to the source code contained herein is hereby forbidden to anyone\n     * except current PubMatic employees, managers or contractors who have executed\n     * Confidentiality and Non-disclosure agreements explicitly covering such access\n     * or to such other persons whom are directly authorized by PubMatic to access\n     * the source code and are subject to confidentiality and nondisclosure\n     * obligations with respect to the source code.\n     *\n     * The copyright notice above does not evidence any actual or intended\n     * publication or disclosure  of  this source code, which includes information\n     * that is confidential and/or proprietary, and is a trade secret, of  PubMatic.\n     * ANY REPRODUCTION, MODIFICATION, DISTRIBUTION, PUBLIC  PERFORMANCE, OR PUBLIC\n     * DISPLAY OF OR THROUGH USE  OF THIS  SOURCE CODE  WITHOUT  THE EXPRESS WRITTEN\n     * CONSENT OF PUBMATIC IS STRICTLY PROHIBITED, AND IN VIOLATION OF APPLICABLE\n     * LAWS AND INTERNATIONAL TREATIES.  THE RECEIPT OR POSSESSION OF  THIS SOURCE\n     * CODE AND/OR RELATED INFORMATION DOES NOT CONVEY OR IMPLY ANY RIGHTS TO\n     * REPRODUCE, DISCLOSE OR DISTRIBUTE ITS CONTENTS, OR TO MANUFACTURE, USE, OR\n     * SELL ANYTHING THAT IT  MAY DESCRIBE, IN WHOLE OR IN PART.\n     */     \n"
9   },
10   "authors": {
11     "PubMatic": "pm-library@pubmatic.com"
12   },
13   "source": {
14     "http": "https://repo.pubmatic.com/artifactory/public-repos/ios/openwrap-sdk/1.7.0/openwrap-sdk-1.7.0.zip"
15   },
16   "platforms": {
17     "ios": "9.0"
18   },
19   "default_subspecs": "OpenWrap",
20   "frameworks": [
21     "Foundation",
22     "UIKit",
23     "MessageUI",
24     "CoreLocation",
25     "EventKitUI",
26     "EventKit",
27     "AdSupport",
28     "SystemConfiguration",
29     "CoreGraphics",
30     "CoreTelephony",
31     "WebKit"
32   ],
33   "subspecs": [
34     {
35       "name": "Common",
36       "source_files": "OpenWrapSDK/Headers/{POBBiddingPartnerService,POBCustomRendererProvider,POBBidderProvider,POBAuctioning,OpenWrapSDK,POBDataTypes,POBAdRendering,POBApplicationInfo,POBUserInfo}.h",
37       "vendored_frameworks": "OpenWrapSDK/Frameworks/Common.framework",
38       "public_header_files": "OpenWrapSDK/Headers/{OpenWrapSDK,POBDataTypes,POBAdRendering,POBApplicationInfo,POBUserInfo}.h"
39     },
40     {
41       "name": "Webrendering",
42       "dependencies": {
43         "OpenWrapSDK/Common": [
45         ]
46       },
47       "vendored_frameworks": "OpenWrapSDK/Frameworks/Webrendering.framework",
48       "resources": "OpenWrapSDK/Resources/{pmmraid.js,POBResources.bundle}"
49     },
50     {
51       "name": "Video",
52       "dependencies": {
53         "OpenWrapSDK/Common": [
55         ]
56       },
57       "vendored_frameworks": "OpenWrapSDK/Frameworks/Video.framework",
58       "resources": "OpenWrapSDK/Resources/POBVideoResources.bundle"
59     },
60     {
61       "name": "Measurement",
62       "dependencies": {
63         "OpenWrapSDK/Common": [
65         ]
66       },
67       "vendored_frameworks": [
68         "OpenWrapSDK/Frameworks/OMSDK.framework",
69         "OpenWrapSDK/Frameworks/OMSDK_Pubmatic.framework"
70       ],
71       "resources": "OpenWrapSDK/Resources/omsdk-v1.js"
72     },
73     {
74       "name": "OpenWrap",
75       "dependencies": {
76         "OpenWrapSDK/Webrendering": [
78         ],
79         "OpenWrapSDK/Video": [
81         ],
82         "OpenWrapSDK/Measurement": [
84         ],
85         "OpenWrapSDK/Monitor": [
87         ]
88       },
89       "vendored_frameworks": "OpenWrapSDK/Frameworks/OpenWrap.framework",
90       "source_files": "OpenWrapSDK/Headers/{POBBid,POBBidEvent,POBImpression,POBRequest,POBBidEvent,POBInterstitial,POBInterstitialEvent,POBBannerView,POBBannerEvent}.h",
91       "public_header_files": "OpenWrapSDK/Headers/{POBBid,POBBidEvent,POBImpression,POBRequest,POBBidEvent,POBInterstitial,POBInterstitialEvent,POBBannerView,POBBannerEvent}.h"
92     },
93     {
94       "name": "OpenWrap-Monitor-Excluded",
95       "dependencies": {
96         "OpenWrapSDK/Webrendering": [
98         ],
99         "OpenWrapSDK/Video": [
101         ],
102         "OpenWrapSDK/Measurement": [
104         ]
105       },
106       "vendored_frameworks": "OpenWrapSDK/Frameworks/OpenWrap.framework"
107     },
108     {
109       "name": "Monitor",
110       "dependencies": {
111         "OpenWrapSDK/Common": [
113         ],
114         "OpenWrapSDK/Webrendering": [
116         ],
117         "OpenWrapSDK/Video": [
119         ]
120       },
121       "vendored_frameworks": "OpenWrapSDK/Frameworks/Monitor.framework"
122     }
123   ]