[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 9 / e / Pingpp / 2.0.3 / Pingpp.podspec.json
blob4e182de52f5bc71095498e92b05543dd947bda15
2   "name": "Pingpp",
3   "version": "2.0.3",
4   "summary": "Pingplusplus iOS SDK",
5   "description": "                   移动应用支付接口。\n                   开发者不再需要编写冗长的代码,简单几步就可以使你的应用获得支付功能。\n                   让你的移动应用接入支付像大厦接入电力一样简单,方便,和温暖。\n                   支持微信支付,公众账号支付,支付宝钱包,百度钱包,银联手机支付。\n",
6   "homepage": "https://pingxx.com",
7   "license": "COMMERCIAL",
8   "authors": {
9     "Afon Weng": "xufeng.weng@pingxx.com"
10   },
11   "platforms": {
12     "ios": "5.1.1"
13   },
14   "source": {
15     "git": "https://github.com/PingPlusPlus/pingpp-ios.git",
16     "tag": "2.0.3_all"
17   },
18   "source_files": [
19     "lib/Pingpp.h",
20     "lib/Dependencies/**/*.{h,m}"
21   ],
22   "public_header_files": "lib/Pingpp.h",
23   "private_header_files": "lib/Dependencies/**/*.h",
24   "vendored_libraries": "lib/**/*.a",
25   "ios": {
26     "vendored_frameworks": "lib/Channels/AlipaySDK.framework",
27     "libraries": [
28       "c++",
29       "stdc++",
30       "z"
31     ]
32   },
33   "resources": "lib/**/*.bundle",
34   "frameworks": [
35     "CFNetwork",
36     "SystemConfiguration",
37     "Security",
38     "CoreTelephony",
39     "AddressBook",
40     "AddressBookUI",
41     "AudioToolbox",
42     "CoreAudio",
43     "CoreGraphics",
44     "ImageIO",
45     "MapKit",
46     "MessageUI",
47     "MobileCoreServices",
48     "QuartzCore"
49   ],
50   "xcconfig": {
51     "OTHER_LDFLAGS": "-lObjC"
52   }