blob: 91156a0d6f6572d7e972f922c0a224ab5dab9700 [file] [log] [blame]
{
"name": "KIWormhole",
"version": "2.2.0",
"summary": "Message passing between iOS apps and extensions. Forked from MMWormhole, improved memory management",
"description": "Forked from MMWormhole, MMWormhole was using too much memory when you write data to file. A specially it was not releasing wirted object. So that part improved.",
"homepage": "https://github.com/kutayinclr/MMWormhole",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kutay İnceler": "s.kutayinceler@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/kutayinclr/MMWormhole.git",
"tag": "2.2.0"
},
"source_files": [
"Source",
"Source/**/*.{h,m}"
],
"exclude_files": "Source/Exclude"
}