blob: 5f68ebe1e373d12b56daaf7ff19e8eadf7bf094d [file] [log] [blame]
{
"name": "FJPay",
"version": "0.0.1",
"summary": "An easy way for calling pay process",
"homepage": "https://github.com/jeffnjut/FJPay",
"license": "MIT",
"authors": {
"jeff_njut": "jeff_njut@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/jeffnjut/FJPay.git",
"tag": "0.0.1"
},
"source_files": "FJPay/**/*.{h,m}",
"resources": "FJPay/SDK/Alipay/AlipaySDK.bundle",
"requires_arc": true,
"pod_target_xcconfig": {
"OTHER_LDFLAGS": [
"-ObjC",
"-all_load"
],
"FRAMEWORK_SEARCH_PATHS": "\"$(SRCROOT)/FJPay/FJPay/SDK/Alipay\""
},
"preserve_paths": "FJPay/SDK/Alipay/**",
"frameworks": [
"AlipaySDK",
"CoreMotion",
"CFNetwork",
"SystemConfiguration",
"CoreTelephony",
"QuartzCore",
"CoreText",
"CoreGraphics",
"UIKit",
"Foundation",
"Security"
],
"libraries": [
"z",
"c++",
"sqlite3"
],
"vendored_libraries": "FJPay/SDK/Wechat/*.a"
}