[Add] RapidKitFoundation_MacOS 2024.1224.1706.628
[CocoaPods.git] / Specs / 6 / d / 9 / ipaynowCrossBorderPay / 1.0.0 / ipaynowCrossBorderPay.podspec.json
blobb6226954c152834b3802438a8e1535a9e4019645
2   "name": "ipaynowCrossBorderPay",
3   "version": "1.0.0",
4   "summary": "ipaynowCrossBorderPay SDK",
5   "description": "Help developer to quickly intergrate cross border payments.",
6   "homepage": "http://www.ipaynow.cn",
7   "license": "MIT",
8   "authors": {
9     "Hstripe": "huangrui@ipaynow.cn"
10   },
11   "platforms": {
12     "ios": "6.0"
13   },
14   "source": {
15     "git": "https://github.com/iPaynow/iPaynow-crossborder-iOS.git",
16     "tag": "1.0.0"
17   },
18   "default_subspecs": "Core",
19   "requires_arc": true,
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "SDK/*.h",
24       "public_header_files": "SDK/*.h",
25       "vendored_libraries": "SDk/iphone+simulator/*.a",
26       "frameworks": [
27         "CoreGraphics",
28         "CoreTelephony",
29         "QuartzCore",
30         "SystemConfiguration",
31         "Security",
32         "Foundation",
33         "UIKit",
34         "CoreMotion"
35       ],
36       "ios": {
37         "libraries": [
38           "z",
39           "sqlite3.0",
40           "c++",
41           "stdc++"
42         ],
43         "vendored_frameworks": "Channel/AliPayPlugin/AlipaySDK.framework"
44       },
45       "xcconfig": {
46         "OTHER_LDFLAGS": "-ObjC"
47       },
48       "resources": "Channel/AliPayPlugin/AlipaySDK.bundle"
49     }
50   ]