[Add] MealziOSSDKStaging 5.3.0
[CocoaPods.git] / Specs / 5 / 4 / 2 / AGSAuth / 0.1.0 / AGSAuth.podspec.json
blobd719e9554c7da5a777189cb73f0ea0dfcf281a1f
2   "name": "AGSAuth",
3   "version": "0.1.0",
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.1.0"
15   },
16   "source_files": "modules/auth/**/*.swift",
17   "frameworks": [
18     "UIKit",
19     "Foundation",
20     "SystemConfiguration"
21   ],
22   "dependencies": {
23     "AGSCore": [
24       "0.1.0"
25     ],
26     "AppAuth": [
27       "~> 0.92"
28     ],
29     "SwiftKeychainWrapper": [
30       "~> 3.0.1"
31     ]
32   },
33   "requires_arc": true