blob: 727cd3b2673faced6f1bf895cb33ea4ad3fdba64 [file] [log] [blame]
{
"name": "GAppAuth",
"version": "1.4.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.9"
},
"source": {
"git": "https://github.com/elsesiy/GAppAuth.git",
"tag": "1.4.0"
},
"swift_version": "5.0",
"osx": {
"source_files": "Sources/macOS/GAppAuth.swift"
},
"ios": {
"source_files": "Sources/iOS/GAppAuth.swift"
},
"dependencies": {
"GTMAppAuth": [
"~> 0.7.1"
]
}
}