[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / d / 8 / 9 / BuzzAdBenefit / 0.9.0 / BuzzAdBenefit.podspec.json
blob73b0c8b88e02d17ccf4eeead026f2c757c31d118
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": "0.9.0",
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://github.com/Buzzvil/bab-ios-sdk/releases/download/v0.9.0/BuzzAdBenefit.zip"
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": "BuzzAdBenefitNative.framework"
38     }
39   ]