[Add] DocumentReaderOCR 7.5.10931
[CocoaPods.git] / Specs / e / 1 / 6 / GAppAuth / 1.3.0 / GAppAuth.podspec.json
blobf72ceecde73ea91205e6996c408bad6b8a1eeb43
2   "name": "GAppAuth",
3   "version": "1.3.0",
4   "summary": "Convenient Wrapper for AppAuth with Google Services written in Swift 4 (iOS).",
5   "homepage": "https://github.com/elsesiy/GAppAuth",
6   "license": "BSD-2-Clause",
7   "authors": "Jonas-Taha El Sesiy",
8   "social_media_url": "http://twitter.com/elsesiy",
9   "platforms": {
10     "ios": "8.0",
11     "osx": "10.9"
12   },
13   "source": {
14     "git": "https://github.com/elsesiy/GAppAuth.git",
15     "tag": "1.3.0"
16   },
17   "swift_version": "4.2",
18   "osx": {
19     "source_files": "Sources/macOS/GAppAuth.swift"
20   },
21   "ios": {
22     "source_files": "Sources/iOS/GAppAuth.swift"
23   },
24   "dependencies": {
25     "GTMAppAuth": [
26       "~> 0.7.0"
27     ]
28   }