[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 2 / 1 / a / AWSCore-WM / 2.36.6 / AWSCore-WM.podspec.json
blob0b4edc46172fd741bd031e475194f9d89e8fb2b8
2   "name": "AWSCore-WM",
3   "version": "2.36.6",
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     "huhangwei": "huhangwei@gmail.com"
10   },
11   "platforms": {
12     "ios": "12.0"
13   },
14   "source": {
15     "git": "https://github.com/huhwei920/AWSCore-WM.git",
16     "tag": "2.36.6"
17   },
18   "frameworks": [
19     "CoreGraphics",
20     "UIKit",
21     "Foundation",
22     "SystemConfiguration",
23     "Security"
24   ],
25   "libraries": [
26     "z",
27     "sqlite3"
28   ],
29   "requires_arc": true,
30   "source_files": [
31     "AWSCore-WM/AWSCore/*.{h,m}",
32     "AWSCore-WM/AWSCore/**/*.{h,m}",
33     "AWSCore-WM/AWSCore/Logging/Extensions/*.swift"
34   ],
35   "private_header_files": [
36     "AWSCore-WM/AWSCore/XMLWriter/**/*.h",
37     "AWSCore-WM/AWSCore/FMDB/AWSFMDatabase+Private.h",
38     "AWSCore-WM/AWSCore/Fabric/*.h",
39     "AWSCore-WM/AWSCore/Mantle/extobjc/*.h",
40     "AWSCore-WM/AWSCore/CognitoIdentity/AWSCognitoIdentity+Fabric.h"
41   ],
42   "resource_bundles": {
43     "AWSCore-WM": [
44       "AWSCore-WM/AWSCore/PrivacyInfo.xcprivacy"
45     ]
46   }