blob: 069f8709851a4bf293c59f2c0266a01a0a4897a1 [file] [log] [blame]
{
"name": "FJPay",
"version": "0.0.2",
"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.2"
},
"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",
"dependencies": {
"JSONModel": [
]
}
}