[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / e / 3 / AWSAppSync / 3.6.4 / AWSAppSync.podspec.json
blob2313bd5d167d5d4bf55e50c40c39ffdbb1e8aefc
2   "name": "AWSAppSync",
3   "version": "3.6.4",
4   "authors": "AWS",
5   "homepage": "http://aws.amazon.com/mobile/sdk",
6   "license": {
7     "type": "Amazon Software License",
8     "file": "LICENSE"
9   },
10   "summary": "iOS client to access AWSAppSync backend.",
11   "source": {
12     "git": "https://github.com/awslabs/aws-mobile-appsync-sdk-ios.git",
13     "tag": "3.6.4"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "9.0"
18   },
19   "swift_versions": "5.5.2",
20   "dependencies": {
21     "AWSCore": [
22       "~> 2.34.0"
23     ],
24     "SQLite.swift": [
25       "~> 0.12.2"
26     ],
27     "AppSyncRealTimeClient": [
28       "~> 3"
29     ]
30   },
31   "source_files": [
32     "AWSAppSyncClient/AWSAppSync.h",
33     "AWSAppSyncClient/*.swift",
34     "AWSAppSyncClient/Internal/**/*.{h,m,swift}",
35     "AWSAppSyncClient/Apollo/Sources/Apollo/*.swift"
36   ],
37   "public_header_files": [
38     "AWSAppSyncClient/AWSAppSync.h",
39     "AWSAppSyncClient/AWSAppSync-Swift.h",
40     "AWSAppSyncClient/Internal/AppSyncLogHelper.h"
41   ],
42   "swift_version": "5.5.2"