C7 0.1.12× TestsTested ✗ LangLanguage SwiftSwift License MIT ReleasedLast Release Mar 2016 SPMSupports SPM ✓Maintained by Paulo Faria, Logan Wright.Installation Guide×Installation Guide for C7You want to add pod 'C7', '~> 0.1' similar to the following to your Podfile:target 'MyApp' do pod 'C7', '~> 0.1' endThen run a pod install inside your terminal, or from CocoaPods.app.Alternatively to give it a test run, run the command:pod try C7See PodspecGitHub RepoPage on CocoaPods.orgC7 0.1.12ByLogan Wright and Paulo FariaSwiftX/C7GitHub Repo C7 - Core Core standards for Swift. Installation Add C7 to your Package.swift import PackageDescription let package = Package( dependencies: [ .Package(url: "https://github.com/SwiftX/C7.git", majorVersion: 0, minor: 1) ] ) License C7 is released under the MIT license. See LICENSE for details.