[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 3 / 1 / 8 / OpenBidSDK / 1.2.1 / OpenBidSDK.podspec.json
blob3aa7bcd312a15c2b7712c093d324de5f13dd86af
2   "name": "OpenBidSDK",
3   "version": "1.2.1",
4   "summary": "The OpenBidSDK 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/openbid-sdk/1.2.1/openbid-sdk-1.2.1.zip"
15   },
16   "platforms": {
17     "ios": "9.0"
18   },
19   "default_subspecs": "OpenBid",
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   "deprecated_in_favor_of": "OpenWrapSDK",
34   "subspecs": [
35     {
36       "name": "Common",
37       "vendored_frameworks": "Common/Common.framework",
38       "source_files": "Common/Headers/*.h",
39       "public_header_files": "Common/Headers/*.h"
40     },
41     {
42       "name": "Webrendering",
43       "dependencies": {
44         "OpenBidSDK/Common": [
46         ]
47       },
48       "source_files": "Webrendering/Headers/*.h",
49       "public_header_files": "Webrendering/Headers/*.h",
50       "vendored_frameworks": "Webrendering/Webrendering.framework",
51       "resources": "Webrendering/Resources/*.{js}"
52     },
53     {
54       "name": "OpenBid",
55       "dependencies": {
56         "OpenBidSDK/Webrendering": [
58         ]
59       },
60       "vendored_frameworks": "OpenBid/OpenBid.framework",
61       "source_files": "OpenBid/Headers/*.h",
62       "public_header_files": "OpenBid/Headers/*.h"
63     }
64   ]