[Add] UBiXMJDAdapter 2.6.6.0
[CocoaPods.git] / Specs / 7 / 9 / a / AWSCognito / 2.3.6 / AWSCognito.podspec.json
blob0fc7524b3198697382ccef0e271697273295cd6b
2   "name": "AWSCognito",
3   "version": "2.3.6",
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.3.6"
17   },
18   "requires_arc": true,
19   "libraries": "sqlite3",
20   "dependencies": {
21     "AWSCore": [
22       "2.3.6"
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   ],
34   "private_header_files": [
35     "Cognito/Fabric/*.h",
36     "Cognito/Internal/*.h"
37   ]