[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 7 / 0 / a / SMADKit / 0.0.2 / SMADKit.podspec.json
blob3c65de97406938e1d2bd11b0aeab242dd9bca83b
2   "name": "SMADKit",
3   "version": "0.0.2",
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": "14.0"
16   },
17   "static_framework": true,
18   "swift_versions": [
19     "5.0",
20     "5.1",
21     "5.2"
22   ],
23   "source": {
24     "git": "git@github.com:Soulmob/SMADKit.git",
25     "tag": "0.0.2"
26   },
27   "default_subspecs": "Admob",
28   "subspecs": [
29     {
30       "name": "Common",
31       "source_files": [
32         "Source/Common/*.{h,m,swift}"
33       ],
34       "dependencies": {
35         "SwiftyJSON": [
36           "~> 5.0.1"
37         ]
38       }
39     },
40     {
41       "name": "Admob",
42       "source_files": [
43         "Source/Admob/*.{h,m,swift}",
44         "Source/*.{h,m,swift}"
45       ],
46       "dependencies": {
47         "Google-Mobile-Ads-SDK": [
48           "~> 10.14.0"
49         ],
50         "SMADKit/Common": [
52         ]
53       }
54     },
55     {
56       "name": "Unity",
57       "source_files": [
58         "Source/Unity/*.{h,m,swift}"
59       ],
60       "dependencies": {
61         "UnityAds": [
62           "~> 4.9.2"
63         ],
64         "SMADKit/Common": [
66         ]
67       },
68       "pod_target_xcconfig": {
69         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "SMADKit_Unity",
70         "GCC_PREPROCESSOR_DEFINITIONS": "SMADKit_Unity=1"
71       }
72     },
73     {
74       "name": "Vungle",
75       "source_files": [
76         "Source/Vungle/*.{h,m,swift}"
77       ],
78       "dependencies": {
79         "VungleAds": [
80           "~> 7.2.1"
81         ],
82         "SMADKit/Common": [
84         ]
85       },
86       "pod_target_xcconfig": {
87         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "SMADKit_Vungle",
88         "GCC_PREPROCESSOR_DEFINITIONS": "SMADKit_Vungle=1"
89       }
90     }
91   ],
92   "swift_version": "5.2"