blob: 11b33b884a0aba16bd84f2e05738b54d647fec27 [file] [log] [blame]
{
"name": "Require",
"version": "1.0.1",
"summary": "Require optional values to be non-nil, or crash gracefully",
"description": "Easily require optional values to be non-nil, or crash gracefully",
"homepage": "https://github.com/johnsundell/require",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"John Sundell": "john@sundell.co"
},
"social_media_url": "https://twitter.com/johnsundell",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/johnsundell/require.git",
"tag": "1.0.1"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation",
"pushed_with_swift_version": "3.0"
}