[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 3 / 4 / 8 / GAuth / 0.2.0 / GAuth.podspec.json
blob0a98d5fa1b81e1179ab41fdb80ae5974eef6b419
2   "name": "GAuth",
3   "version": "0.2.0",
4   "summary": "Authentication to Google services made easy.",
5   "homepage": "https://www.github.com/fabiomassimo/GAuth",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Fabio Milano": "fabio@touchwonders.com"
12   },
13   "social_media_url": "http://twitter.com/iamfabiomilano",
14   "platforms": {
15     "ios": "9.0",
16     "tvos": "9.0",
17     "watchos": "2.0"
18   },
19   "requires_arc": true,
20   "source": {
21     "git": "https://github.com/fabiomassimo/GAuth.git",
22     "tag": "0.2.0",
23     "submodules": true
24   },
25   "source_files": "Sources/**/*.{h,swift}",
26   "dependencies": {
27     "Result": [
28       "~> 2.1"
29     ]
30   }