[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 4 / 6 / AWSCognitoIdentityProvider / 2.36.0 / AWSCognitoIdentityProvider.podspec.json
blob12f7740adc670b378dabfa5f9d1ec04a5bc3a8a4
2   "name": "AWSCognitoIdentityProvider",
3   "version": "2.36.0",
4   "summary": "Amazon Cognito Identity Provider SDK for iOS (Beta)",
5   "description": "Amazon Cognito Identity Provider enables sign up and authentication of your end users",
6   "homepage": "http://aws.amazon.com/mobile/sdk",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "Amazon Web Services": "amazonwebservices"
10   },
11   "platforms": {
12     "ios": "12.0"
13   },
14   "source": {
15     "git": "https://github.com/aws-amplify/aws-sdk-ios.git",
16     "tag": "2.36.0"
17   },
18   "requires_arc": true,
19   "frameworks": [
20     "Security",
21     "UIKit"
22   ],
23   "dependencies": {
24     "AWSCore": [
25       "2.36.0"
26     ],
27     "AWSCognitoIdentityProviderASF": [
28       "2.36.0"
29     ]
30   },
31   "source_files": "AWSCognitoIdentityProvider/**/*.{h,m,c}",
32   "public_header_files": "AWSCognitoIdentityProvider/*.h",
33   "private_header_files": "AWSCognitoIdentityProvider/Internal/*.h",
34   "resource_bundles": {
35     "AWSCognitoIdentityProvider": [
36       "AWSCognitoIdentityProvider/PrivacyInfo.xcprivacy"
37     ]
38   }