[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / f / d / e / YouboraIMAAdapter / 6.5.0 / YouboraIMAAdapter.podspec.json
blob1211984b199c58a7eaf995e98b9bc6c7c8023f7c
2   "name": "YouboraIMAAdapter",
3   "version": "6.5.0",
4   "summary": "Library required to track IMA Ads on Youbora",
5   "description": "<<-DESC\n                    YouboraIMAAdaoter is a library created by Nice People at Work.\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   },
17   "swift_version": "5.0",
18   "source": {
19     "git": "https://bitbucket.org/npaw/ima-adapter-ios.git",
20     "tag": "6.5.0"
21   },
22   "source_files": "YouboraIMAAdapter/**/*.{h,m}",
23   "public_header_files": "YouboraIMAAdapter/**/*.h",
24   "requires_arc": true,
25   "pod_target_xcconfig": {
26     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOUBORAIMAADAPTER_VERSION=6.5.0"
27   },
28   "dependencies": {
29     "YouboraLib": [
30       "~> 6.5.0"
31     ],
32     "GoogleAds-IMA-iOS-SDK": [
33       "~> 3.6"
34     ]
35   }