[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / 7 / c / 2 / AlipaySDK-iOS / 15.8.8 / AlipaySDK-iOS.podspec.json
blobd9ec2a933e40396de763fe056b0a5d3d1a30ab45
2   "name": "AlipaySDK-iOS",
3   "version": "15.8.8",
4   "summary": "支付宝官方SDK",
5   "homepage": "https://open.alipay.com/platform/home.htm",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "shanjia": "shanjia.gxd@antfin.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "http": "https://gw.alipayobjects.com/os/bmw-prod/c9e98a06-b030-42a3-be87-77b10fede113.zip"
18   },
19   "vendored_frameworks": "AlipaySDK.framework",
20   "resources": "AlipaySDK.bundle",
21   "frameworks": [
22     "UIKit",
23     "Foundation",
24     "CFNetwork",
25     "SystemConfiguration",
26     "QuartzCore",
27     "CoreGraphics",
28     "CoreMotion",
29     "CoreTelephony",
30     "CoreText",
31     "WebKit"
32   ],
33   "libraries": [
34     "c++",
35     "z"
36   ],
37   "pod_target_xcconfig": {
38     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
39     "VALID_ARCHS": "x86_64 armv7 arm64"
40   },
41   "user_target_xcconfig": {
42     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
43   }