[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 4 / 6 / AWSCognitoIdentityProvider / 2.7.4 / AWSCognitoIdentityProvider.podspec.json
bloba49a1a9214e3cef060bb01fb9c38d9aa78ba72fe
2   "name": "AWSCognitoIdentityProvider",
3   "version": "2.7.4",
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": "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.7.4"
17   },
18   "requires_arc": true,
19   "frameworks": [
20     "Security",
21     "UIKit"
22   ],
23   "dependencies": {
24     "AWSCore": [
25       "2.7.4"
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"