[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / f / 3 / 8 / PayPlugin / 0.1.0 / PayPlugin.podspec.json
blobfb04586f0c4f5a1dcf331950330849e31d903b0a
2   "name": "PayPlugin",
3   "version": "0.1.0",
4   "summary": "集成有支付宝,微信,银联,建行支付渠道的开源库",
5   "description": "如果你使用swift编程, 此刻正在为集成各种支付SDK复杂的配置烦恼时, 试着在Podfile中执行命令 pod 'PayPlugin'并在头文件中引入它, 你会发现原来支付功能集成也可以这么轻松easy~. 所有厂商SDK共用一套支付逻辑, 仅调用一个API就能完成支付回调结果的通知. 从此生活潇潇洒洒, 来去如风~",
6   "homepage": "https://github.com/wufeiyue/PayPlugin",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "eppeo": "ieppeo@163.com"
13   },
14   "source": {
15     "git": "https://github.com/wufeiyue/PayPlugin.git",
16     "tag": "0.1.0"
17   },
18   "swift_version": "4.0",
19   "requires_arc": true,
20   "platforms": {
21     "ios": "8.0"
22   },
23   "pod_target_xcconfig": {
24     "OTHER_LDFLAGS": "\"-ObjC\""
25   },
26   "ios": {
27     "resource_bundles": {
28       "PayAssets": "PayPlugin/Assets/PayAssets.bundle/Images"
29     },
30     "vendored_frameworks": "PayPlugin/Framework/*.framework",
31     "vendored_libraries": "PayPlugin/Framework/*.a"
32   },
33   "frameworks": [
34     "CoreTelephony",
35     "CoreMotion",
36     "CFNetwork",
37     "SystemConfiguration",
38     "Security",
39     "UIKit"
40   ],
41   "libraries": [
42     "z",
43     "c++",
44     "sqlite3.0"
45   ],
46   "source_files": "PayPlugin/Classes/*.swift",
47   "preserve_paths": [
48     "PayPlugin/Framework/module.modulemap",
49     "PayPlugin/Framework/*.h"
50   ],
51   "dependencies": {
52     "SYWechatOpenSDK": [
54     ]
55   }