blob: 4a4678ad358c8a06caadb1aff79592ac0a492d7f [file] [log] [blame]
{
"name": "Utensils",
"version": "0.0.7",
"summary": "A set of useful iOS tools.",
"homepage": "https://github.com/rbaumbach/utensils",
"license": {
"type": "MIT",
"file": "MIT-LICENSE.txt"
},
"authors": {
"Ryan Baumbach": "github@ryan.codes"
},
"source": {
"git": "https://github.com/rbaumbach/Utensils.git",
"tag": "0.0.7"
},
"requires_arc": true,
"platforms": {
"ios": "10.0"
},
"source_files": "Utensils/Source/**/*.{swift}",
"swift_versions": "5.1.2",
"ios": {
"resource_bundles": {
"Utensils": "Utensils/Source/**/*.{storyboard}"
}
},
"dependencies": {
"Capsule": [
"~> 0.1.1"
]
},
"swift_version": "5.1.2"
}