blob: 07d11f41ad7ad240c221fc20326512d0cc8e48d0 [file] [log] [blame]
{
"name": "Tagged",
"version": "0.1.0",
"summary": "A library for safer types.",
"description": "We often work with types that are far too general or hold far too many values than what is necessary for our domain. Sometimes we just want to differentiate between two seemingly equivalent values at the type level.\n\nTagged lets us wrap basic types in more specific contexts with ease.",
"homepage": "https://github.com/pointfreeco/swift-tagged",
"license": "MIT",
"authors": {
"Stephen Celis": "stephen@stephencelis.com",
"Brandon Williams": "mbw234@gmail.com"
},
"social_media_url": "https://twitter.com/pointfreeco",
"source": {
"git": "https://github.com/pointfreeco/swift-tagged.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": [
"Sources",
"Sources/**/*.swift"
]
}