Skip to content

Commit

Permalink
it starts
Browse files Browse the repository at this point in the history
  • Loading branch information
paulofaria committed Oct 13, 2016
0 parents commit d61e09d
Show file tree
Hide file tree
Showing 5 changed files with 1,171 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
@@ -0,0 +1,4 @@
.DS_Store
/.build
/Packages
/*.xcodeproj
8 changes: 8 additions & 0 deletions Package.swift
@@ -0,0 +1,8 @@
import PackageDescription

let package = Package(
name: "GraphQL",
dependencies: [
.Package(url: "https://github.com/Zewo/CLibgraphqlparser.git", majorVersion: 0, minor: 1),
]
)

0 comments on commit d61e09d

Please sign in to comment.