[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / a / 6 / c / Apollo / 0.7.0-alpha.7 / Apollo.podspec.json
blobe916220f89ffb88dd916c3ace25c0e1235620788
2   "name": "Apollo",
3   "version": "0.7.0-alpha.7",
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.7.0-alpha.7"
14   },
15   "requires_arc": true,
16   "default_subspecs": "Core",
17   "platforms": {
18     "ios": "9.0",
19     "osx": "10.10",
20     "tvos": "9.1",
21     "watchos": "3.0"
22   },
23   "pushed_with_swift_version": "3.0",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Sources/Apollo/*.swift",
28       "resources": "scripts/check-and-run-apollo-codegen.sh"
29     },
30     {
31       "name": "SQLite",
32       "source_files": "Sources/ApolloSQLite/*.swift",
33       "dependencies": {
34         "Apollo/Core": [
36         ],
37         "SQLite.swift": [
38           "~> 0.11.0"
39         ]
40       }
41     }
42   ]