blob: 745d66b57c632ba3e38fb0c6dace3226f5c8357d [file] [log] [blame]
{
"name": "Apollo",
"version": "0.14.0",
"authors": "Meteor Development Group",
"homepage": "https://github.com/apollographql/apollo-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A GraphQL client for iOS, written in Swift.",
"source": {
"git": "https://github.com/apollographql/apollo-ios.git",
"tag": "0.14.0"
},
"requires_arc": true,
"swift_versions": "5.0",
"default_subspecs": "Core",
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.1",
"watchos": "3.0"
},
"swift_version": "5.0",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Apollo/*.swift",
"preserve_paths": [
"scripts/check-and-run-apollo-cli.sh",
"scripts/check-and-run-apollo-codegen.sh"
]
},
{
"name": "SQLite",
"source_files": "Sources/ApolloSQLite/*.swift",
"dependencies": {
"Apollo/Core": [
],
"SQLite.swift": [
"0.12.2"
]
}
},
{
"name": "WebSocket",
"source_files": "Sources/ApolloWebSocket/*.swift",
"dependencies": {
"Apollo/Core": [
],
"Starscream": [
"3.1.0"
]
}
}
]
}