[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / e / 0 / f / OpenWrapSDK / 1.6.2 / OpenWrapSDK.podspec.json
blob5bf88df4e34cdb238d0c2b4dc213e095ab363cf3
2   "name": "OpenWrapSDK",
3   "version": "1.6.2",
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.2/openwrap-sdk-1.6.2.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       "vendored_frameworks": "Webrendering/Webrendering.framework",
48       "resources": "Webrendering/Resources/*.{js,bundle}"
49     },
50     {
51       "name": "Video",
52       "dependencies": {
53         "OpenWrapSDK/Common": [
55         ]
56       },
57       "vendored_frameworks": "Video/Video.framework",
58       "resources": "Video/Resources/*.{bundle}"
59     },
60     {
61       "name": "Measurement",
62       "dependencies": {
63         "OpenWrapSDK/Common": [
65         ]
66       },
67       "vendored_frameworks": [
68         "OMSDK/OMSDK.framework",
69         "OMSDK/Frameworks/OMSDK_Pubmatic.framework"
70       ],
71       "resources": "OMSDK/Resources/*.{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": "OpenWrap/OpenWrap.framework",
90       "source_files": "OpenWrap/Headers/*.h",
91       "public_header_files": "OpenWrap/Headers/*.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": "OpenWrap/OpenWrap.framework",
107       "source_files": "OpenWrap/Headers/*.h",
108       "public_header_files": "OpenWrap/Headers/*.h"
109     },
110     {
111       "name": "Monitor",
112       "dependencies": {
113         "OpenWrapSDK/Common": [
115         ],
116         "OpenWrapSDK/Webrendering": [
118         ],
119         "OpenWrapSDK/Video": [
121         ]
122       },
123       "vendored_frameworks": "Monitor/Monitor.framework"
124     }
125   ]