blob: 11c12454d1351ec905742723d36bf988d0ce4b36 [file] [log] [blame]
{
"name": "TNSocialNetWorkLogin",
"version": "0.2.1",
"summary": "This library use for login by google and facebook.",
"description": "This library use for login by google and facebook. Make google login and facebook login to be easy.",
"homepage": "https://gitlab.com/ntxuanthuy17/TNSocialNetworkLogin.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Thuỳ Nguyễn": "ntxuanthuy17@gmail.com"
},
"source": {
"git": "https://gitlab.com/ntxuanthuy17/TNSocialNetworkLogin.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.0",
"source_files": "TNSocialNetWorkLogin/Classes/**/*",
"static_framework": true,
"resource_bundles": {
"TNSocialNetWorkLogin": [
"TNSocialNetWorkLogin/Assets/*.png",
"TNSocialNetWorkLogin/Assets/*.bundle"
]
},
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"vendored_frameworks": "TNSocialNetWorkLogin/Frameworks/*.framework",
"frameworks": [
"UIKit",
"GoogleSignIn",
"GoogleSignInDependencies",
"FBSDKCoreKit",
"FBSDKLoginKit"
],
"libraries": "z"
}