blob: 1a9718278be4074c905e419327bc2469cbd7d42f [file] [log] [blame]
{
"name": "AWSAppSync",
"version": "3.0.0",
"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.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.1",
"dependencies": {
"AWSCore": [
"~> 2.12.0"
],
"SQLite.swift": [
"~> 0.12.2"
],
"ReachabilitySwift": [
"~> 5.0.0"
],
"Starscream": [
"~> 3.0.2"
]
},
"source_files": [
"AWSAppSyncClient/AWSAppSync.h",
"AWSAppSyncClient/*.swift",
"AWSAppSyncClient/Internal/*.swift",
"AWSAppSyncClient/Subscription/**/*.swift",
"AWSAppSyncClient/Apollo/Sources/Apollo/*.swift",
"AWSAppSyncClient/Internal/*.{h,m}"
],
"public_header_files": [
"AWSAppSyncClient/AWSAppSync.h",
"AWSAppSyncClient/AWSAppSync-Swift.h",
"AWSAppSyncClient/Internal/AppSyncLogHelper.h"
],
"swift_version": "5.1"
}