[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / 7 / 8 / SigmobAd-iOS / 4.6.1 / SigmobAd-iOS.podspec.json
blob2565c613b8f659b17caf5ec66883889ab668e89d
2   "name": "SigmobAd-iOS",
3   "version": "4.6.1",
4   "summary": "SigmobAd-iOS is a SDK from Sigmob providing AD service.",
5   "description": "SigmobAd-iOS provides ADs which include native、splash、RewardVideo、Interstitial etc.",
6   "homepage": "https://www.sigmob.com/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Codi": "codi.zhao@sigmob.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "user_target_xcconfig": {
18     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
19   },
20   "source": {
21     "http": "https://sdkres.sigmob.cn/wind/ios/4.6.1_f43d2721224196bd6210fcb279b05de6/wind_release_ios_4.6.1_20221109.zip"
22   },
23   "xcconfig": {
24     "VALID_ARCHS": "armv7 arm64 x86_64",
25     "VALID_ARCHS[sdk=iphoneos*]": "armv7 arm64",
26     "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64",
27     "OTHER_LDFLAGS": [
28       "-lObjC"
29     ]
30   },
31   "pod_target_xcconfig": {
32     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
33   },
34   "requires_arc": true,
35   "default_subspecs": "WindSDK",
36   "subspecs": [
37     {
38       "name": "WindSDK",
39       "frameworks": [
40         "ImageIO",
41         "StoreKit",
42         "CFNetwork",
43         "CoreMedia",
44         "AdSupport",
45         "CoreMotion",
46         "MediaPlayer",
47         "CoreGraphics",
48         "AVFoundation",
49         "CoreLocation",
50         "CoreTelephony",
51         "SafariServices",
52         "MobileCoreServices",
53         "SystemConfiguration",
54         "AudioToolbox"
55       ],
56       "weak_frameworks": [
57         "WebKit",
58         "UIKit",
59         "Foundation"
60       ],
61       "libraries": [
62         "c++",
63         "z",
64         "sqlite3"
65       ],
66       "vendored_frameworks": [
67         "wind-sdk-ios/WindSDK.xcframework"
68       ],
69       "preserve_paths": "wind-sdk-ios/WindSDK.xcframework",
70       "dependencies": {
71         "SigmobAd-iOS/WindFoundation": [
73         ]
74       }
75     },
76     {
77       "name": "WindFoundation",
78       "vendored_frameworks": [
79         "wind-sdk-ios/WindFoundation.xcframework"
80       ],
81       "preserve_paths": "wind-sdk-ios/WindFoundation.xcframework"
82     }
83   ]