blob: 0a98d5fa1b81e1179ab41fdb80ae5974eef6b419 [file] [log] [blame]
{
"name": "GAuth",
"version": "0.2.0",
"summary": "Authentication to Google services made easy.",
"homepage": "https://www.github.com/fabiomassimo/GAuth",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Fabio Milano": "fabio@touchwonders.com"
},
"social_media_url": "http://twitter.com/iamfabiomilano",
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/fabiomassimo/GAuth.git",
"tag": "0.2.0",
"submodules": true
},
"source_files": "Sources/**/*.{h,swift}",
"dependencies": {
"Result": [
"~> 2.1"
]
}
}