blob: 859d778704421b05742e6dee7d8eb853e987c616 [file] [log] [blame]
{
"name": "Bureau",
"version": "0.1.0",
"swift_versions": "5.1",
"summary": "An easy way to display a custom view on the input view in UIKit.",
"homepage": "https://github.com/muukii/Bureau",
"license": "MIT",
"authors": {
"Muukii": "muukii.app@gmail.com"
},
"source": {
"git": "https://github.com/muukii/Bureau.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/muukii_app",
"source_files": [
"Bureau/**/*.{swift}"
],
"module_name": "Bureau",
"requires_arc": true,
"platforms": {
"ios": "10.0"
},
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"swift_version": "5.1"
}