blob: fadeede6ea74f0d13691e29231f82a90510f934c [file] [log] [blame]
{
"name": "LTGameSDKCore",
"version": "0.1.4",
"summary": "LTGameSDKCore Supports base function to third login.",
"description": "You can use this SDK easy in third login, and this sdk will add more for later",
"homepage": "https://github.com/zhubinfeng/LTGameSDKCore",
"license": "MIT",
"authors": {
"zhubinfeng": "zhubin_feng@163.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/zhubinfeng/LTGameSDKCore.git",
"tag": "0.1.4"
},
"default_subspecs": "LTSDKCore",
"frameworks": [
"Foundation",
"UIKit"
],
"subspecs": [
{
"name": "LTSDKCore",
"vendored_frameworks": "LTGameSDKCore/LTGameSDKCore.framework",
"source_files": "LTGameSDKCore/LTGameSDKCore.framework/Headers/*.{h}"
},
{
"name": "LTSDKPlatforms",
"subspecs": [
{
"name": "Facebook",
"vendored_frameworks": [
"LTGameSDKCore/Support/PlatformSDK/FacebookSDK/FBSDKCoreKit.framework",
"LTGameSDKCore/Support/PlatformSDK/FacebookSDK/FBSDKLoginKit.framework",
"LTGameSDKCore/Support/PlatformSDK/FacebookSDK/Bolts.framework",
"LTGameSDKCore/Support/PlatformSDK/FacebookSDK/LTPlatformFacebook.framework"
]
},
{
"name": "Google",
"vendored_frameworks": [
"LTGameSDKCore/Support/PlatformSDK/GoogleSDK/GoogleSignIn.framework",
"LTGameSDKCore/Support/PlatformSDK/GoogleSDK/GoogleSignInDependencies.framework",
"LTGameSDKCore/Support/PlatformSDK/GoogleSDK/LTPlatformGoogle.framework"
],
"resources": "LTGameSDKCore/Support/PlatformSDK/GoogleSDK/GoogleSignIn.bundle",
"frameworks": [
"LocalAuthentication",
"SafariServices",
"SystemConfiguration"
]
}
]
}
]
}