[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / d / 8 / 9 / BuzzAdBenefit / 1.0.0.rc / BuzzAdBenefit.podspec.json
blobf44a16c19f0cbbaa13d0d3d0b754566529550a60
2   "name": "BuzzAdBenefit",
3   "platforms": {
4     "ios": "8.0"
5   },
6   "requires_arc": true,
7   "summary": "The BuzzAd Benefit SDK makes it easy to serve advertisements with benefit in your iOS app.",
8   "description": "The BuzzAd Benefit SDK makes it easy to serve advertisements with benefit in your iOS app. It supports native ads and video ads. It provides powerful and customizable UI elements to make the ads look great in your app.",
9   "version": "1.0.0.rc",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": "Buzzvil",
15   "homepage": "https://github.com/buzzvil/bab-ios-sdk",
16   "source": {
17     "http": "https://www.dropbox.com/s/1zhtup80zmmk8b7/BAB.zip?dl=1"
18   },
19   "dependencies": {
20     "AFNetworking": [
21       "~> 3.0"
22     ]
23   },
24   "vendored_frameworks": "BuzzAdBenefit.framework",
25   "default_subspecs": "Core",
26   "subspecs": [
27     {
28       "name": "Core"
29     },
30     {
31       "name": "Native",
32       "dependencies": {
33         "SDWebImage": [
34           "~> 4.0"
35         ]
36       },
37       "vendored_frameworks": [
38         "BuzzAdBenefit.framework",
39         "BuzzAdBenefitNative.framework"
40       ]
41     },
42     {
43       "name": "Interstitial",
44       "vendored_frameworks": [
45         "BuzzAdBenefit.framework",
46         "BuzzAdBenefitNative.framework",
47         "BuzzAdBenefitInterstitial.framework"
48       ]
49     }
50   ]