[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / f / e / QTPaySDK / 0.0.4 / QTPaySDK.podspec.json
bloba0309ef41c71fd6fb0cad6886d6552a779f92b48
2   "name": "QTPaySDK",
3   "version": "0.0.4",
4   "summary": "A Pay SDK of QFPay Inc. Include WeChat Pay, AliPay etc.",
5   "description": "A Pay SDK of QFPay Inc. Include WeChat Pay, AliPay etc.\n* Enables every transaction.",
6   "homepage": "http://www.qfpay.com/",
7   "authors": {
8     "bjxiaowanzi": "zhoucheng@qfpay.com"
9   },
10   "license": "MIT",
11   "source": {
12     "git": "https://github.com/bjxiaowanzi/QTPaySDK-iOS.git",
13     "tag": "0.0.4"
14   },
15   "requires_arc": true,
16   "ios": {
17     "public_header_files": "**/*.framework/**/*.h"
18   },
19   "vendored_libraries": "**/*.a",
20   "vendored_frameworks": "**/*.framework",
21   "preserve_paths": "**/*.framework",
22   "resources": "**/*.bundle",
23   "frameworks": [
24     "Foundation",
25     "UIKit",
26     "CoreLocation",
27     "SystemConfiguration",
28     "MobileCoreServices"
29   ],
30   "libraries": [
31     "z",
32     "c++",
33     "sqlite3"
34   ],
35   "xcconfig": {
36     "OTHER_LDFLAGS": "-lObjC",
37     "LD_RUNPATH_SEARCH_PATHS": "\"$(SRCROOT)/**/*.framework\""
38   },
39   "platforms": {
40     "osx": null,
41     "ios": null,
42     "tvos": null,
43     "watchos": null
44   }