blob: 805b4a78dd8e39ad361112c7b8861c907bf62ed0 [file] [log] [blame]
{
"name": "FQLPaySDK",
"version": "0.0.8",
"summary": "乐卡支付SDK",
"homepage": "https://github.com/FenqileAppTeam/FQLPaySDK-iOS",
"authors": {
"treewang@lexin.com": "treewang@lexin.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/FenqileAppTeam/FQLPaySDK-iOS.git",
"tag": "0.0.8"
},
"vendored_frameworks": "FQLPaySDK/FQLPay.framework",
"requires_arc": true,
"frameworks": [
"CoreMotion",
"Contacts",
"AdSupport",
"CoreLocation",
"AddressBook",
"CoreTelephony",
"SystemConfiguration",
"CFNetwork",
"MobileCoreServices"
],
"libraries": [
"resolv.9",
"stdc++",
"z"
],
"xcconfig": {
"VALID_ARCHS": "armv7s arm64 x86_64 armv7 arm64e",
"BITCODE_GENERATION_MODE": "bitcode"
},
"pod_target_xcconfig": {
"CLANG_CXX_LANGUAGE_STANDARD": "c++11",
"CLANG_CXX_LIBRARY": "libc++",
"ARCHS[sdk=iphonesimulator*]": "$(ARCHS_STANDARD_64_BIT)"
},
"resources": "FQLPaySDK/FQLPayResource.bundle",
"dependencies": {
"AFNetworking": [
],
"YTKKeyValueStore": [
"~> 0.1.2"
],
"MJExtension": [
"~> 3.1.0"
],
"GZIP": [
]
}
}