[Add] Dalila 1.0.35
[CocoaPods.git] / Specs / 7 / 9 / a / AWSCognito / 2.2.1 / AWSCognito.podspec.json
blob9d42b32e2f1bab64f731c9c81ba0c78ef1170526
2   "name": "AWSCognito",
3   "version": "2.2.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.2.1"
17   },
18   "requires_arc": true,
19   "libraries": "sqlite3",
20   "dependencies": {
21     "AWSCore": [
22       "2.2.1"
23     ]
24   },
25   "source_files": [
26     "CognitoSync/*.{h,m}",
27     "Cognito/*.{h,m}",
28     "Cognito/**/*.{h,m}"
29   ],
30   "public_header_files": [
31     "Cognito/*.h",
32     "CognitoSync/*.h"
33   ]