blob: 7b8c186f9149be8ba15ca995684a40ee12f02312 [file] [log] [blame]
{
"name": "Wormhole",
"version": "1.0",
"summary": "A more elegant way for message passing between iOS apps and extensions.",
"description": " Wormhole is not just a Swift port of MMWormhole but with better API and use logic.\n You can remove any a listener from it separately.\n",
"homepage": "https://github.com/nixzhu/Wormhole",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"nixzhu": "zhuhongxu@gmail.com"
},
"social_media_url": "https://twitter.com/nixzhu",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/nixzhu/Wormhole.git",
"tag": "1.0"
},
"source_files": "Wormhole/*.swift",
"requires_arc": true
}