blob: 9e32b5d0d7d78f1a389e399cdff0af20089e81f3 [file] [log] [blame]
{
"name": "GAppAuth",
"version": "1.5.0",
"summary": "Convenient Wrapper for AppAuth with Google Services written in Swift >= 4 (iOS).",
"homepage": "https://github.com/elsesiy/GAppAuth",
"license": "BSD-2-Clause",
"authors": "Jonas-Taha El Sesiy",
"social_media_url": "http://twitter.com/elsesiy",
"platforms": {
"ios": "8.0",
"osx": "10.11"
},
"source": {
"git": "https://github.com/elsesiy/GAppAuth.git",
"tag": "1.5.0"
},
"swift_versions": "5.0",
"osx": {
"source_files": "Sources/macOS/GAppAuth.swift"
},
"ios": {
"source_files": "Sources/iOS/GAppAuth.swift"
},
"dependencies": {
"GTMAppAuth": [
"1.0.0"
],
"AppAuth": [
"1.3.0"
]
},
"swift_version": "5.0"
}