[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / f / d / e / YouboraIMAAdapter / 6.5.13 / YouboraIMAAdapter.podspec.json
blob13b4f71088987e9219f705927897b2f9ac984bf8
2   "name": "YouboraIMAAdapter",
3   "version": "6.5.13",
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": "10.0",
16     "tvos": "10.0"
17   },
18   "swift_versions": [
19     "4.0",
20     "4.1",
21     "4.2",
22     "4.3",
23     "5.0",
24     "5.1"
25   ],
26   "source": {
27     "git": "https://bitbucket.org/npaw/ima-adapter-ios.git",
28     "branch": "test-arm64",
29     "tag": "6.5.13"
30   },
31   "source_files": "YouboraIMAAdapter/**/*.{h,m,swift}",
32   "public_header_files": "YouboraIMAAdapter/**/*.h",
33   "ios": {
34     "pod_target_xcconfig": {
35       "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
36       "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
37     },
38     "user_target_xcconfig": {
39       "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
40       "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
41     },
42     "dependencies": {
43       "GoogleAds-IMA-iOS-SDK": [
44         "~> 3.13"
45       ]
46     }
47   },
48   "tvos": {
49     "pod_target_xcconfig": {
50       "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
51       "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
52     },
53     "user_target_xcconfig": {
54       "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
55       "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
56     },
57     "dependencies": {
58       "GoogleAds-IMA-tvOS-SDK": [
59         "~> 4.3"
60       ]
61     }
62   },
63   "requires_arc": true,
64   "pod_target_xcconfig": {
65     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOUBORAIMAADAPTER_VERSION=6.5.13"
66   },
67   "dependencies": {
68     "YouboraLib": [
69       "~> 6.5.0"
70     ]
71   },
72   "swift_version": "5.1"