blob: 95244e5e93921c1dbc3cf15a4e600514b9e0dbe6 [file] [log] [blame]
{
"name": "Bedrock",
"version": "2.0.0",
"summary": "What's deeper than the foundation?",
"description": "Bedrock is a utility library which provides common extensions of Foundation. The functionality included spans multiple paradigms and is intended to ease users into the nuanced expressivity of Swift.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Duet Health": "info@duethealth.com"
},
"social_media_url": "https://twitter.com/DuetHealth",
"source": {
"git": "https://github.com/DuetHealth/Bedrock.git",
"tag": "2.0.0"
},
"homepage": "https://github.com/DuetHealth/Bedrock.git",
"source_files": "Bedrock/Sources/**/*.{h,m,swift}",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2"
}