[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / a / 6 / c / Apollo / 0.6.3 / Apollo.podspec.json
bloba80dcddf2f4e07bd4886c2612ecc0e049204c521
2   "name": "Apollo",
3   "version": "0.6.3",
4   "authors": "Meteor Development Group",
5   "homepage": "https://github.com/apollographql/apollo-ios",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "summary": "A GraphQL client for iOS, written in Swift.",
11   "source": {
12     "git": "https://github.com/apollographql/apollo-ios.git",
13     "tag": "0.6.3"
14   },
15   "requires_arc": true,
16   "default_subspecs": "Core",
17   "platforms": {
18     "ios": "9.0",
19     "osx": "10.10",
20     "tvos": "9.1"
21   },
22   "pushed_with_swift_version": "3.0",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Sources/Apollo/*.swift",
27       "resources": "scripts/check-and-run-apollo-codegen.sh"
28     },
29     {
30       "name": "SQLite",
31       "source_files": "Sources/ApolloSQLite/*.swift",
32       "dependencies": {
33         "Apollo/Core": [
35         ],
36         "SQLite.swift": [
37           "~> 0.11.0"
38         ]
39       }
40     }
41   ]