[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 7 / 9 / a / AWSCognito / 2.1.1 / AWSCognito.podspec.json
blob345cef415ffeabd602824a0aa9223db3d770621d
2   "name": "AWSCognito",
3   "version": "2.1.1",
4   "summary": "Amazon Cognito SDK for iOS",
5   "description": "Amazon Cognito offers multi device data synchronization with offline access",
6   "homepage": "http://aws.amazon.com/cognito",
7   "license": "Amazon Software License",
8   "authors": {
9     "Amazon Web Services": "amazonwebservices"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/aws/amazon-cognito-ios.git",
16     "tag": "2.1.1"
17   },
18   "requires_arc": true,
19   "libraries": "sqlite3",
20   "dependencies": {
21     "AWSCore": [
22       "~> 2.1.1"
23     ],
24     "Bolts": [
25       "~> 1.1.0"
26     ],
27     "Mantle": [
28       "~> 1.4"
29     ],
30     "UICKeyChainStore": [
31       "~> 2.0"
32     ],
33     "Reachability": [
34       "~> 3.1"
35     ]
36   },
37   "source_files": [
38     "CognitoSync/*.{h,m}",
39     "Cognito/*.{h,m}",
40     "Cognito/**/*.{h,m}"
41   ],
42   "public_header_files": [
43     "Cognito/*.h",
44     "CognitoSync/*.h"
45   ],
46   "resources": [
47     "CognitoSync/Resources/*.json"
48   ]