[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 4 / 6 / AWSCognitoIdentityProvider / 2.12.5 / AWSCognitoIdentityProvider.podspec.json
blob1578938524f713576e30bbb6b04e22042eafb06f
2   "name": "AWSCognitoIdentityProvider",
3   "version": "2.12.5",
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": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/aws/aws-sdk-ios.git",
16     "tag": "2.12.5"
17   },
18   "requires_arc": true,
19   "frameworks": [
20     "Security",
21     "UIKit"
22   ],
23   "dependencies": {
24     "AWSCore": [
25       "2.12.5"
26     ],
27     "AWSCognitoIdentityProviderASF": [
28       "1.0.1"
29     ]
30   },
31   "source_files": "AWSCognitoIdentityProvider/**/*.{h,m,c}",
32   "public_header_files": [
33     "AWSCognitoIdentityProvider/*.h",
34     "AWSCognitoIdentityProvider/CognitoIdentityProvider/*.h"
35   ],
36   "private_header_files": "AWSCognitoIdentityProvider/Internal/*.h"