[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 2 / f / e / QTPaySDK / 0.0.9 / QTPaySDK.podspec.json
blobd26c6fbd871faaadcbd4357f1d805e11c54c939b
2   "name": "QTPaySDK",
3   "version": "0.0.9",
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": "zcheng.1988@163.com"
9   },
10   "license": "MIT",
11   "source": {
12     "git": "https://github.com/bjxiaowanzi/QTPaySDK-iOS.git",
13     "tag": "0.0.9"
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     "CoreTelephony"
30   ],
31   "libraries": [
32     "z",
33     "c++",
34     "sqlite3"
35   ],
36   "xcconfig": {
37     "OTHER_LDFLAGS": "-lObjC",
38     "LD_RUNPATH_SEARCH_PATHS": "\"$(SRCROOT)/**/*.framework\""
39   },
40   "platforms": {
41     "osx": null,
42     "ios": null,
43     "tvos": null,
44     "watchos": null
45   }