[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 7 / 0 / a / SMADKit / 0.1.0 / SMADKit.podspec.json
blob0178cecd9ef455489377fac877b066a26015b6b8
2   "name": "SMADKit",
3   "version": "0.1.0",
4   "summary": "AD",
5   "homepage": "https://github.com/Soulmob/SMADKit",
6   "authors": {
7     "mengqingzheng": "mengqingzheng@munimob.com"
8   },
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "requires_arc": true,
14   "platforms": {
15     "ios": "15.0"
16   },
17   "static_framework": true,
18   "swift_versions": [
19     "5.0",
20     "5.1",
21     "5.2",
22     "6.0"
23   ],
24   "source": {
25     "git": "git@github.com:Soulmob/SMADKit.git",
26     "tag": "0.1.0"
27   },
28   "default_subspecs": "Admob",
29   "subspecs": [
30     {
31       "name": "Admob",
32       "source_files": [
33         "Source/Admob/*.{h,m,swift}",
34         "Source/*.{h,m,swift}",
35         "Source/Common/*.{h,m,swift}"
36       ],
37       "dependencies": {
38         "Google-Mobile-Ads-SDK": [
39           "~> 11.12.0"
40         ],
41         "SwiftyJSON": [
42           "~> 5.0.2"
43         ]
44       }
45     },
46     {
47       "name": "Unity",
48       "source_files": [
49         "Source/Unity/*.{h,m,swift}"
50       ],
51       "dependencies": {
52         "UnityAds": [
53           "~> 4.12.4"
54         ],
55         "SMADKit/Admob": [
57         ]
58       },
59       "pod_target_xcconfig": {
60         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "SMADKit_Unity",
61         "GCC_PREPROCESSOR_DEFINITIONS": "SMADKit_Unity=1"
62       }
63     },
64     {
65       "name": "Vungle",
66       "source_files": [
67         "Source/Vungle/*.{h,m,swift}"
68       ],
69       "dependencies": {
70         "VungleAds": [
71           "~> 7.4.2"
72         ],
73         "SMADKit/Admob": [
75         ]
76       },
77       "pod_target_xcconfig": {
78         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "SMADKit_Vungle",
79         "GCC_PREPROCESSOR_DEFINITIONS": "SMADKit_Vungle=1"
80       }
81     },
82     {
83       "name": "AppLovin",
84       "source_files": [
85         "Source/AppLovin/*.{h,m,swift}"
86       ],
87       "dependencies": {
88         "AppLovinSDK": [
89           "~> 13.0.1"
90         ],
91         "SMADKit/Admob": [
93         ]
94       },
95       "pod_target_xcconfig": {
96         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "SMADKit_AppLovin",
97         "GCC_PREPROCESSOR_DEFINITIONS": "SMADKit_AppLovin=1"
98       }
99     }
100   ],
101   "swift_version": "6.0"