blob: f72ceecde73ea91205e6996c408bad6b8a1eeb43 [file] [log] [blame]
{
"name": "GAppAuth",
"version": "1.3.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.3.0"
},
"swift_version": "4.2",
"osx": {
"source_files": "Sources/macOS/GAppAuth.swift"
},
"ios": {
"source_files": "Sources/iOS/GAppAuth.swift"
},
"dependencies": {
"GTMAppAuth": [
"~> 0.7.0"
]
}
}