blob: 392d354486a04979472a0eb1bd7f35c96ec9c022 [file] [log] [blame]
{
"name": "MultiAccountOAuth",
"version": "1.0",
"summary": "Login to multiple Google OAuth accounts simultaneouly.",
"platforms": {
"ios": "9.0"
},
"description": "While developing [PickedMail - The personal AI Inbox](https://itunes.apple.com/us/app/pickedmail/id1244830423?mt=8), we need to support user login to multiple Google accounts simultaneously. However, Google iOS SDK only allows user to sign in to one account at a time. As a result, we developed a framework to allow us to sign in and maintain connection status to multiple Google accounts. This framework is open sourced to help others who struggling through the same problem.",
"homepage": "https://github.com/Thywis/MultiAccountOauth",
"license": {
"type": "Apache License, Version 2.0",
"text": "Licensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n"
},
"authors": {
"likedan": "likedan5@icloud.com"
},
"source": {
"git": "https://github.com/Thywis/MultiAccountOauth.git",
"tag": "1.0.0"
},
"social_media_url": "https://itunes.apple.com/us/app/pickedmail/id1244830423?mt=8",
"requires_arc": true,
"dependencies": {
"AppAuth": [
"~> 0.9.1"
],
"SwiftyJSON": [
"~> 3.1.4"
],
"Alamofire": [
"~> 4.5.0"
]
},
"source_files": "MultiAccountOauth/*.swift",
"pushed_with_swift_version": "3.0"
}