[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / e / 0 / f / OpenWrapSDK / 1.6.0 / OpenWrapSDK.podspec.json
blob81a1a516355fca307ebae2eac0b15f0256c1fa48
2   "name": "OpenWrapSDK",
3   "version": "1.6.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     "file": "LICENSE"
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.6.0/openwrap-sdk-1.6.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": "Common/Headers/*.h",
37       "vendored_frameworks": "Common/Common.framework",
38       "public_header_files": "Common/Headers/*.h"
39     },
40     {
41       "name": "Webrendering",
42       "dependencies": {
43         "OpenWrapSDK/Common": [
45         ]
46       },
47       "source_files": "Webrendering/Headers/*.h",
48       "public_header_files": "Webrendering/Headers/*.h",
49       "vendored_frameworks": "Webrendering/Webrendering.framework",
50       "resources": "Webrendering/Resources/*.{js,bundle}"
51     },
52     {
53       "name": "Video",
54       "dependencies": {
55         "OpenWrapSDK/Common": [
57         ]
58       },
59       "vendored_frameworks": "Video/Video.framework",
60       "resources": "Video/Resources/*.{bundle}"
61     },
62     {
63       "name": "Measurement",
64       "dependencies": {
65         "OpenWrapSDK/Common": [
67         ]
68       },
69       "vendored_frameworks": [
70         "OMSDK/OMSDK.framework",
71         "OMSDK/Frameworks/OMSDK_Pubmatic.framework"
72       ],
73       "resources": "OMSDK/Resources/*.{js}"
74     },
75     {
76       "name": "OpenWrap",
77       "dependencies": {
78         "OpenWrapSDK/Webrendering": [
80         ],
81         "OpenWrapSDK/Video": [
83         ],
84         "OpenWrapSDK/Measurement": [
86         ],
87         "OpenWrapSDK/Monitor": [
89         ]
90       },
91       "vendored_frameworks": "OpenWrap/OpenWrap.framework",
92       "source_files": "OpenWrap/Headers/*.h",
93       "public_header_files": "OpenWrap/Headers/*.h"
94     },
95     {
96       "name": "OpenWrap-Monitor-Excluded",
97       "dependencies": {
98         "OpenWrapSDK/Webrendering": [
100         ],
101         "OpenWrapSDK/Video": [
103         ],
104         "OpenWrapSDK/Measurement": [
106         ]
107       },
108       "vendored_frameworks": "OpenWrap/OpenWrap.framework",
109       "source_files": "OpenWrap/Headers/*.h",
110       "public_header_files": "OpenWrap/Headers/*.h"
111     },
112     {
113       "name": "Monitor",
114       "dependencies": {
115         "OpenWrapSDK/Common": [
117         ],
118         "OpenWrapSDK/Webrendering": [
120         ],
121         "OpenWrapSDK/Video": [
123         ]
124       },
125       "vendored_frameworks": "Monitor/Monitor.framework"
126     }
127   ]