blob: b1e1350a2b33820036078cf3e76376969a29ca4f [file] [log] [blame]
{
"name": "CTSDemoLibrary",
"version": "1.0.1",
"license": "MIT",
"summary": "Sample framework from blog post, not for real world use.",
"homepage": "https://github.com/stalinathavan/LoginFrameWork",
"authors": {
"stalin": "stalin156@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/stalinathavan/LoginFrameWork.git",
"tag": "1.0.1"
},
"dependencies": {
"Firebase": [
],
"GoogleSignIn": [
]
},
"xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/Firebase/Auth"
},
"static_framework": true
}