[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / f / d / e / YouboraIMAAdapter / 6.6.1 / YouboraIMAAdapter.podspec.json
blob4fc0fbfb5c496e07fa4c63fa155d774c4d3f49ab
2   "name": "YouboraIMAAdapter",
3   "version": "6.6.1",
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     "tag": "6.6.1"
29   },
30   "source_files": "YouboraIMAAdapter/**/*.{h,m,swift}",
31   "public_header_files": "YouboraIMAAdapter/**/*.h",
32   "ios": {
33     "pod_target_xcconfig": {
34       "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
35       "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
36     },
37     "dependencies": {
38       "GoogleAds-IMA-iOS-SDK": [
39         "~> 3.13"
40       ]
41     }
42   },
43   "tvos": {
44     "pod_target_xcconfig": {
45       "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
46       "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
47     },
48     "dependencies": {
49       "GoogleAds-IMA-tvOS-SDK": [
50         "~> 4.3"
51       ]
52     }
53   },
54   "requires_arc": true,
55   "pod_target_xcconfig": {
56     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOUBORAIMAADAPTER_VERSION=6.6.1"
57   },
58   "dependencies": {
59     "YouboraLib": [
60       "~> 6.5"
61     ]
62   },
63   "swift_version": "5.1"