blob: 06b32d73687fd25e1602f842d8c3c6bdd03ec9c5 [file] [log] [blame]
{
"name": "Loaf",
"version": "0.1.5",
"summary": "A Swifty Framework for Easy iOS Toasts.",
"description": "A description will soon be added here!!",
"homepage": "https://github.com/schmidyy/Loaf/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mat Schmid": "matschmidy@gmail.com"
},
"social_media_url": "http://twitter.com/devschmidy",
"platforms": {
"ios": "11.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/schmidyy/Loaf.git",
"tag": "0.1.5"
},
"source_files": "Loaf/**/*.{h,swift}",
"resource_bundles": {
"Loaf": [
"Loaf/Loaf/Assets.xcassets"
]
}
}