[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / 6 / b / 7 / AWSMobileClient / 2.9.1 / AWSMobileClient.podspec.json
blobaf9d41faab965cc5ec1b86be90a73bf72d855d42
2   "name": "AWSMobileClient",
3   "version": "2.9.1",
4   "summary": "Amazon Web Services SDK for iOS.",
5   "description": "The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.",
6   "homepage": "https://aws.amazon.com/mobile/sdk",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "Amazon Web Services": "amazonwebservices"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/aws/aws-sdk-ios.git",
16     "tag": "2.9.1"
17   },
18   "requires_arc": true,
19   "dependencies": {
20     "AWSAuthCore": [
21       "2.9.1"
22     ],
23     "AWSCognitoIdentityProvider": [
24       "2.9.1"
25     ]
26   },
27   "source_files": [
28     "AWSAuthSDK/Sources/AWSMobileClient/*.{h,m}",
29     "AWSAuthSDK/Sources/AWSMobileClient/Internal/*.{h,m}",
30     "AWSAuthSDK/Sources/AWSMobileClient/*.swift"
31   ],
32   "public_header_files": [
33     "AWSAuthSDK/Sources/AWSMobileClient/AWSMobileClient.h",
34     "AWSAuthSDK/Sources/AWSMobileClient/Internal/_AWSMobileClient.h"
35   ]