[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 4 / 6 / 1 / GBAds / 1.0.2 / GBAds.podspec.json
blob637355b7e458b4434ec1d51095dec32ba43cad66
2   "name": "GBAds",
3   "version": "1.0.2",
4   "summary": "Abstracts away different interstitial ad network implementations and implements simple mediation logic for maximising fill rates.",
5   "homepage": "https://github.com/lmirosevic/GBAds",
6   "license": "Apache License, Version 2.0",
7   "authors": {
8     "Luka Mirosevic": "luka@goonbee.com"
9   },
10   "platforms": {
11     "ios": "6.0"
12   },
13   "source": {
14     "git": "https://github.com/lmirosevic/GBAds.git",
15     "tag": "1.0.2"
16   },
17   "source_files": [
18     "GBAds/GBAds.{h,m}",
19     "GBAds/GBAdsNetworks.h"
20   ],
21   "public_header_files": [
22     "GBAds/GBAds.h",
23     "GBAds/GBAdsNetworks.h"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "ChartboostSDK": [
28       "~> 5.0"
29     ],
30     "TapjoySDK": [
31       "~> 10.1"
32     ],
33     "RevMob-Goonbee": [
34       "~> 8.0"
35     ],
36     "GBVersionTracking": [
37       "~> 1.2"
38     ],
39     "GBAnalytics": [
40       "~> 2.6"
41     ],
42     "GBToolbox": [
44     ]
45   }