[Add] BoreyAdSDK 0.0.6
[CocoaPods.git] / Specs / 8 / 9 / 3 / CognitoWrapper / 1.0.0 / CognitoWrapper.podspec.json
blob468425cb2073864aad5b4c6ad8a577b1805b47cd
2   "name": "CognitoWrapper",
3   "version": "1.0.0",
4   "summary": "A wrapper around AWS Cognito SDK",
5   "platforms": {
6     "ios": "9.3"
7   },
8   "swift_version": "4.0",
9   "description": "This pod provides a simple API for logging in to an AWS backend using Cognito User Pools.",
10   "homepage": "https://github.com/aldo-dev/CognitoWrapper",
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "ALDO Inc": "aldodev@aldogroup.com"
17   },
18   "source": {
19     "git": "https://github.com/aldo-dev/CognitoWrapper.git",
20     "tag": "1.0.0"
21   },
22   "source_files": "CognitoWrapper/Classes/**/*",
23   "dependencies": {
24     "AWSCognito": [
26     ],
27     "AWSCognitoAuth": [
29     ],
30     "AWSCognitoIdentityProvider": [
32     ],
33     "AWSUserPoolsSignIn": [
35     ],
36     "EitherResult": [
38     ]
39   }