blob: b4fd4a1c2c918383c03be23a544c6ef65f763c93 [file] [log] [blame]
{
"name": "FlutterGoogleSignIn",
"version": "0.0.3",
"summary": "Convenience wrapper for the Google/SignIn API in Flutter apps.",
"description": "FlutterGoogleSignIn helps Flutter iOS apps use the Dart google_sign_in API to authenticate users.",
"homepage": "https://github.com/flutter/google_sign_in",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Collin Jackson": "jackson@google.com"
},
"source": {
"git": "https://github.com/flutter/google_sign_in.git",
"tag": "0.0.3"
},
"social_media_url": "https://twitter.com/flutterio",
"platforms": {
"ios": "7.0"
},
"source_files": "ios/FlutterGoogleSignIn/Classes/**/*",
"dependencies": {
"Google/SignIn": [
"~> 2.0.4"
]
},
"deprecated": true
}