blob: 86d1f2b92fea1dc53faa4196116eda7072642dc8 [file] [log] [blame]
{
"name": "AWSAppSync",
"version": "3.1.10",
"authors": "AWS",
"homepage": "http://aws.amazon.com/mobile/sdk",
"license": {
"type": "Amazon Software License",
"file": "LICENSE"
},
"summary": "iOS client to access AWSAppSync backend.",
"source": {
"git": "https://github.com/awslabs/aws-mobile-appsync-sdk-ios.git",
"tag": "3.1.10"
},
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.1",
"dependencies": {
"AWSCore": [
"~> 2.18.0"
],
"SQLite.swift": [
"~> 0.12.2"
],
"ReachabilitySwift": [
"~> 5.0.0"
],
"AppSyncRealTimeClient": [
"~> 1.4"
]
},
"source_files": [
"AWSAppSyncClient/AWSAppSync.h",
"AWSAppSyncClient/*.swift",
"AWSAppSyncClient/Internal/**/*.{h,m,swift}",
"AWSAppSyncClient/Apollo/Sources/Apollo/*.swift"
],
"public_header_files": [
"AWSAppSyncClient/AWSAppSync.h",
"AWSAppSyncClient/AWSAppSync-Swift.h",
"AWSAppSyncClient/Internal/AppSyncLogHelper.h"
],
"swift_version": "5.1"
}