[Add] WatchMarket 0.0.2
[CocoaPods.git] / Specs / 4 / c / 7 / AWSGoogleSignIn / 2.36.1 / AWSGoogleSignIn.podspec.json
blobf39267d2500919e7c4de12c291fc3115d8466ad1
2   "name": "AWSGoogleSignIn",
3   "version": "2.36.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": "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.1"
17   },
18   "requires_arc": true,
19   "dependencies": {
20     "AWSAuthCore": [
21       "2.36.1"
22     ],
23     "AWSCore": [
24       "2.36.1"
25     ]
26   },
27   "source_files": [
28     "AWSAuthSDK/Sources/AWSGoogleSignIn/*.{h,m}",
29     "AWSAuthSDK/Dependencies/GoogleHeaders/*.h"
30   ],
31   "public_header_files": "AWSAuthSDK/Sources/AWSGoogleSignIn/*.h",
32   "private_header_files": "AWSAuthSDK/Dependencies/GoogleHeaders/*.h",
33   "resource_bundles": {
34     "AWSGoogleSignIn": [
35       "AWSAuthSDK/Sources/AWSGoogleSignIn/Images.xcassets",
36       "AWSAuthSDK/Sources/AWSGoogleSignIn/PrivacyInfo.xcprivacy"
37     ]
38   }