blob: 27615a44ee77d6231fd1658d5c0e12a2fda70221 [file] [log] [blame]
{
"name": "Apollo",
"version": "0.6.1",
"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.6.1"
},
"requires_arc": true,
"default_subspecs": "Core",
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.1"
},
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Apollo/*.swift",
"resources": "scripts/check-and-run-apollo-codegen.sh"
},
{
"name": "SQLite",
"source_files": "Sources/ApolloSQLite/*.swift",
"dependencies": {
"Apollo/Core": [
],
"SQLite.swift": [
"~> 0.11.0"
]
}
}
]
}