blob: c4246026f91b8a64ad27deebdb1293c422435f03 [file] [log] [blame]
{
"name": "IFreePlaySDK",
"version": "1.2.2",
"summary": "集成facebook登录,line登录,微信登录,微信支付,paypal支付,苹果IAP内购支付并打包成静态库",
"description": "TODO: 集成facebook登录,line登录,微信登录,微信支付,paypal支付,苹果IAP内购支付并打包成静态库",
"homepage": "https://github.com/zhengyachao/IFreePlaySDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhengyachao": "15038253754@163.com"
},
"source": {
"git": "https://github.com/zhengyachao/IFreePlaySDK.git",
"tag": "1.2.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "IFreePlaySDK/sources/**/*.{h,m}",
"public_header_files": [
"IFreePlaySDK/sources/**/*.h",
"IFreePlaySDK/sources/LineSDK.framework/**/*.h"
],
"vendored_libraries": [
"IFreePlaySDK/libs/libWeChatSDK.a",
"IFreePlaySDK/libs/libPayPalMobile.a"
],
"vendored_frameworks": "IFreePlaySDK/libs/LineSDK.framework",
"libraries": [
"c++",
"sqlite3",
"z"
],
"frameworks": [
"UIKit",
"Foundation",
"Security",
"CoreTelephony",
"SystemConfiguration",
"CFNetwork",
"WebKit",
"PassKit",
"MobileCoreServices",
"AddressBook",
"CoreGraphics",
"CoreLocation",
"Accelerate",
"AudioToolbox",
"CoreMedia",
"MessageUI",
"SafariServices"
],
"xcconfig": {
"OTHER_LDFLAGS": "-lc++ -ObjC"
},
"dependencies": {
"FBSDKCoreKit": [
],
"FBSDKLoginKit": [
],
"FBSDKShareKit": [
],
"YTKNetwork": [
]
}
}