blob: cfb9d51903f2677b66d3057faabb7e0dbee56c17 [file] [log] [blame]
{
"name": "EgameFeeSdk",
"version": "1.0.0",
"summary": "EgameFeeSdk is FeeSDK of Egame",
"description": "Fast way to set the FeeSDK of Egame by cocoapods",
"homepage": "https://github.com/Danny1451/EgameFeeSdk",
"license": "MIT",
"authors": {
"Danny1451": "540401451@qq.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/Danny1451/EgameFeeSdk.git",
"tag": "1.0.0"
},
"source_files": [
"EgameFeeSdk/*.h",
"EgameFeeSdk/alipay/*.{h,m}",
"EgameFeeSdk/alipay/json/*.{h,m}",
"EgameFeeSdk/alipay/RSA/*.h"
],
"resources": "EgameFeeSdk/EgameBundle.bundle",
"frameworks": [
"CoreTelephony",
"SystemConfiguration",
"CFNetwork",
"AdSupport"
],
"vendored_libraries": [
"EgameFeeSdk/alipay/AlipayRsaLib.a",
"EgameFeeSdk/alipay/AlixPaylib_arc.a",
"EgameFeeSdk/extralibs/libcrypto.a",
"EgameFeeSdk/libEgameFeeSdk.a",
"EgameFeeSdk/extralibs/libssl.a"
]
}