blob: 2c6d5859c6fc5db6f2407d63f94443519169b970 [file] [log] [blame]
{
"name": "Pay",
"version": "0.0.3",
"summary": "Wechat and Alipay for Swift",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/Tank/Pay",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tank": "frog2020@126.com"
},
"source": {
"git": "https://github.com/Tank/Pay.git",
"tag": "0.0.3"
},
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"source_files": [
"Pay/Classes/**/*.swift",
"Alipay/**/*.h",
"Wechat/**/*.h",
"Pay/Classes/*.h"
],
"vendored_frameworks": "Alipay/AlipaySDK.framework",
"vendored_libraries": "Wechat/libWeChatSDK.a",
"frameworks": [
"SystemConfiguration",
"Security",
"CoreTelephony",
"CFNetwork",
"UIKit",
"QuartzCore",
"CoreText",
"CoreGraphics",
"Foundation",
"CoreMotion"
],
"libraries": [
"z",
"c++",
"sqlite3.0"
],
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC -all_load"
},
"resource_bundles": {
"Pay": [
"Pay/Assets/**/*.png",
"Alipay/AlipaySDK.bundle"
]
},
"public_header_files": [
"Pay/Classes/*.h",
"Alipay/**/*.h",
"Wechat/**/*.h"
],
"dependencies": {
"Alamofire": [
]
}
}