Skip to content

Instantly share code, notes, and snippets.

// Copy and Paste into a Swift playground
import Foundation
import XCPlayground
XCPlaygroundPage.currentPage.needsIndefiniteExecution = true
typealias MappingDataSource = [String : AnyObject]
// Mappable
protocol Mappable {
//
// SemanticVersionNumber.swift
//
// Created by Jon Cotton on 31/08/2015.
//
import Foundation
public struct SemanticVersionNumber {
let major: Int