[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / e / 3 / AWSAppSync / 3.4.0 / AWSAppSync.podspec.json
blob9208983f581c6a53c2006422fb10603d59f2872d
2   "name": "AWSAppSync",
3   "version": "3.4.0",
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.4.0"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "9.0"
18   },
19   "swift_versions": "5.1",
20   "dependencies": {
21     "AWSCore": [
22       "~> 2.25.0"
23     ],
24     "SQLite.swift": [
25       "~> 0.12.2"
26     ],
27     "ReachabilitySwift": [
28       "5.0.0"
29     ],
30     "AppSyncRealTimeClient": [
31       "~> 1.4"
32     ]
33   },
34   "source_files": [
35     "AWSAppSyncClient/AWSAppSync.h",
36     "AWSAppSyncClient/*.swift",
37     "AWSAppSyncClient/Internal/**/*.{h,m,swift}",
38     "AWSAppSyncClient/Apollo/Sources/Apollo/*.swift"
39   ],
40   "public_header_files": [
41     "AWSAppSyncClient/AWSAppSync.h",
42     "AWSAppSyncClient/AWSAppSync-Swift.h",
43     "AWSAppSyncClient/Internal/AppSyncLogHelper.h"
44   ],
45   "swift_version": "5.1"