Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
support SPM
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesquires committed Apr 9, 2016
1 parent f9748d1 commit a4bda9a
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions Package.swift
@@ -0,0 +1,23 @@
//
// Created by Jesse Squires
// http://www.jessesquires.com
//
//
// Documentation
// http://jessesquires.com/JSQDataSourcesKit
//
//
// GitHub
// https://github.com/jessesquires/JSQDataSourcesKit
//
//
// License
// Copyright © 2015 Jesse Squires
// Released under an MIT license: http://opensource.org/licenses/MIT
//

import PackageDescription

let package = Package(
name: "JSQDataSourcesKit"
)

0 comments on commit a4bda9a

Please sign in to comment.