blob: 49847132a35765f5348a81ea3a7ca4d89932e690 [file] [log] [blame]
{
"name": "SwiftyMessenger",
"version": "0.3",
"summary": "Swift toolkit for passing messages between iOS apps and extensions.",
"homepage": "https://github.com/abdullahselek/SwiftyMessenger",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Abdullah Selek": "abdullahselek@gmail.com"
},
"source": {
"git": "https://github.com/abdullahselek/SwiftyMessenger.git",
"tag": "0.3"
},
"platforms": {
"ios": "10.0",
"watchos": "3.0"
},
"source_files": "Source/*.swift",
"requires_arc": true,
"swift_versions": "5.0"
}