[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 8 / b / f / AliPayAli / 0.0.1 / AliPayAli.podspec.json
blob105075368c19101ef57e16d77d37a80b206225bc
2   "name": "AliPayAli",
3   "version": "0.0.1",
4   "summary": "A short description of alipay.",
5   "description": "\"warpper AlipaySDK.framework for flutter plguin development\"",
6   "homepage": "https://openhome.alipay.com/platform/appManage.htm#/app/2021001140694105/overview",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Guo Longxiang, (Longxiang.Guo@partner.bmw.com)": "Longxiang.Guo@partner.bmw.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://gitee.com/jiodg45/alipay.git",
19     "tag": "0.0.1"
20   },
21   "source_files": "AlipaySDK.framework/Headers/**",
22   "public_header_files": "AlipaySDK.framework/Headers/**",
23   "resources": "AlipaySDK.bundle",
24   "frameworks": [
25     "CFNetwork",
26     "Foundation",
27     "UIKit",
28     "SystemConfiguration",
29     "QuartzCore",
30     "CoreGraphics",
31     "CoreMotion",
32     "CoreTelephony",
33     "CoreText",
34     "WebKit"
35   ],
36   "ios": {
37     "vendored_frameworks": "AlipaySDK.framework"
38   },
39   "libraries": [
40     "c++",
41     "z"
42   ],
43   "requires_arc": true,
44   "xcconfig": {
45     "HEADER_SEARCH_PATHS": "$(SDKROOT)/AlipaySDK.framework/"
46   }