[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 7 / 9 / a / AWSCognito / 2.9.6 / AWSCognito.podspec.json
blobf87172dac2609433719ac7caa785bc43fff3de6a
2   "name": "AWSCognito",
3   "version": "2.9.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/mobile/sdk",
7   "license": "Amazon Software License",
8   "authors": {
9     "Amazon Web Services": "amazonwebservices"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/aws/aws-sdk-ios.git",
16     "tag": "2.9.6"
17   },
18   "requires_arc": true,
19   "libraries": "sqlite3",
20   "dependencies": {
21     "AWSCore": [
22       "2.9.6"
23     ]
24   },
25   "source_files": [
26     "AWSCognito/*.{h,m}",
27     "AWSCognito/**/*.{h,m}"
28   ],
29   "public_header_files": [
30     "AWSCognito/*.h",
31     "AWSCognito/CognitoSync/*.h"
32   ],
33   "private_header_files": [
34     "AWSCognito/Fabric/*.h",
35     "AWSCognito/Internal/*.h"
36   ]