[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / b / 9 / 4 / YouboraFreewheelAdapter / 6.5.3 / YouboraFreewheelAdapter.podspec.json
blob663736a347ebe26b7c75f4265fc2dc58f83db707
2   "name": "YouboraFreewheelAdapter",
3   "version": "6.5.3",
4   "summary": "Adapter to use YouboraLib on Freewheel ads",
5   "description": "<<-DESC\n                      YouboraFreewheelAdapter is an AdsAdapter for Freewheel ads\n                     DESC",
6   "homepage": "http://developer.nicepeopleatwork.com/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Nice People at Work": "support@nicepeopleatwork.com"
13   },
14   "platforms": {
15     "ios": "9.0",
16     "tvos": "9.0"
17   },
18   "source": {
19     "git": "https://bitbucket.org/npaw/freewheel-adapter-ios.git",
20     "tag": "6.5.3"
21   },
22   "source_files": "YouboraFreewheelAdapter/**/*.{h,m}",
23   "public_header_files": "YouboraFreewheelAdapter/**/*.h",
24   "static_framework": true,
25   "requires_arc": true,
26   "pod_target_xcconfig": {
27     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOUBORAFREEWHEELADAPTER_VERSION=6.5.3"
28   },
29   "dependencies": {
30     "YouboraLib": [
31       "~> 6.5.0"
32     ],
33     "freewheel": [
34       "~> 2"
35     ]
36   }