Skip to content

Commit

Permalink
Kitura/Kitura#365 Updated Package.swift file to make CHiredis a more …
Browse files Browse the repository at this point in the history
…proper SPM C module
  • Loading branch information
shmuelk committed Apr 18, 2016
1 parent 3241434 commit 82a194d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,10 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
**/
**/

import PackageDescription

let package = Package(
name: "CHiredis",
dependencies: [ ])

0 comments on commit 82a194d

Please sign in to comment.