[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 5 / 4 / 2 / AGSAuth / 0.3.1 / AGSAuth.podspec.json
blob35afbd0ace4d9161ceb536e5d42c6d46c58ca1f0
2   "name": "AGSAuth",
3   "version": "0.3.1",
4   "summary": "AeroGear Auth Service",
5   "description": "AeroGear Auth SDK for iOS",
6   "homepage": "http://aerogear.org",
7   "license": "Apache License, Version 2.0",
8   "authors": "AeroGear",
9   "platforms": {
10     "ios": "9.0"
11   },
12   "source": {
13     "git": "https://github.com/aerogear/aerogear-ios-sdk.git",
14     "tag": "0.3.1"
15   },
16   "source_files": "modules/auth/**/*.swift",
17   "frameworks": [
18     "UIKit",
19     "Foundation",
20     "SystemConfiguration"
21   ],
22   "dependencies": {
23     "AGSCore": [
24       "0.3.1"
25     ],
26     "AppAuth": [
27       "~> 0.92"
28     ],
29     "SwiftKeychainWrapper": [
30       "~> 3.0.1"
31     ],
32     "KTVJSONWebToken": [
33       "2.0.0"
34     ]
35   },
36   "requires_arc": true