blob: cb69435c5d8a1beee6d3ea7bbc63d33f661d9e69 [file] [log] [blame]
{
"name": "SweetMessages",
"version": "0.1",
"summary": "Sweet Messages is a library that provides an easy way to show messages/notifications to the user.",
"description": "Sweet Messages is a library that provides an easy way to show messages/notifications to the user.\n\n * Custom styles\n * Simple to use",
"homepage": "https://github.com/mrcly/SweetMessages",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Marcel Stolin": "marcelstolin@gmail.com"
},
"social_media_url": "https://twitter.com/mmrcly",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/mrcly/SweetMessages.git",
"tag": "0.1"
},
"source_files": "SweetMessages/**/*.swift",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}