[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 7 / 0 / a / SMADKit / 0.0.6 / SMADKit.podspec.json
bloba2bfb571ed1450f434461f6923c34c0ed7e6b0e3
2   "name": "SMADKit",
3   "version": "0.0.6",
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.6"
26   },
27   "default_subspecs": "Admob",
28   "subspecs": [
29     {
30       "name": "Admob",
31       "source_files": [
32         "Source/Admob/*.{h,m,swift}",
33         "Source/*.{h,m,swift}",
34         "Source/Common/*.{h,m,swift}"
35       ],
36       "dependencies": {
37         "Google-Mobile-Ads-SDK": [
38           "~> 10.14.0"
39         ],
40         "SwiftyJSON": [
41           "~> 5.0.1"
42         ]
43       }
44     },
45     {
46       "name": "Unity",
47       "source_files": [
48         "Source/Unity/*.{h,m,swift}"
49       ],
50       "dependencies": {
51         "UnityAds": [
52           "~> 4.9.2"
53         ],
54         "SMADKit/Admob": [
56         ]
57       },
58       "pod_target_xcconfig": {
59         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "SMADKit_Unity",
60         "GCC_PREPROCESSOR_DEFINITIONS": "SMADKit_Unity=1"
61       }
62     },
63     {
64       "name": "Vungle",
65       "source_files": [
66         "Source/Vungle/*.{h,m,swift}"
67       ],
68       "dependencies": {
69         "VungleAds": [
70           "~> 7.2.1"
71         ],
72         "SMADKit/Admob": [
74         ]
75       },
76       "pod_target_xcconfig": {
77         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "SMADKit_Vungle",
78         "GCC_PREPROCESSOR_DEFINITIONS": "SMADKit_Vungle=1"
79       }
80     },
81     {
82       "name": "AppLovin",
83       "source_files": [
84         "Source/AppLovin/*.{h,m,swift}"
85       ],
86       "dependencies": {
87         "AppLovinSDK": [
88           "~> 12.1.0"
89         ],
90         "SMADKit/Admob": [
92         ]
93       },
94       "pod_target_xcconfig": {
95         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "SMADKit_AppLovin",
96         "GCC_PREPROCESSOR_DEFINITIONS": "SMADKit_AppLovin=1"
97       }
98     }
99   ],
100   "swift_version": "5.2"