blob: 3c122cbc705be4eaf7a35257489e60ac61ce61cf [file] [log] [blame]
{
"name": "JMXPay",
"version": "0.0.1",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/czl620/JMXPay",
"authors": {
"czl620": "893419255@qq.com"
},
"summary": "A Pay framework for iOS.",
"source": {
"git": "https://github.com/czl620/JMXPay.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "JMXPay/JMXPay.framework/Headers/*.{h}",
"vendored_frameworks": "JMXPay/JMXPay.framework",
"public_header_files": "JMXPay/JMXPay.framework/Headers/JMXPay.h",
"frameworks": [
"UIKit",
"Foundation"
],
"pod_target_xcconfig": {
"VALID_ARCHS": "x86_64 armv7 arm64"
},
"subspecs": [
{
"name": "Alipay",
"source_files": "JMXPay/Vendors/Alipay/AlipaySDK.framework/Headers/*.h",
"public_header_files": "JMXPay/Vendors/Alipay/AlipaySDK.framework/Headers/*.h",
"resources": "JMXPay/Vendors/Alipay/AlipaySDK.bundle",
"vendored_frameworks": "JMXPay/Vendors/Alipay/AlipaySDK.framework",
"frameworks": [
"CFNetwork",
"CoreMotion",
"CoreGraphics",
"CoreTelephony",
"CoreText",
"Foundation",
"UIKit",
"SystemConfiguration",
"WebKit"
],
"libraries": [
"z",
"c++"
]
},
{
"name": "Wechat",
"source_files": "JMXPay/Vendors/Wechat/*.h",
"public_header_files": "JMXPay/Vendors/Wechat/*.h",
"frameworks": [
"Foundation",
"UIKit",
"SystemConfiguration",
"Security",
"CoreTelephony",
"CFNetwork"
],
"libraries": [
"z",
"sqlite3.0",
"c++"
],
"requires_arc": true,
"vendored_libraries": "JMXPay/Vendors/Wechat/libWeChatSDK.a"
}
]
}