blob: 3a1eae417f3db07537eab34ac1002cd457e7b3d1 [file] [log] [blame]
{
"name": "MMWormhole",
"version": "1.2.0",
"license": "MIT",
"summary": "Message passing between apps and extensions.",
"homepage": "https://github.com/mutualmobile/MMWormhole",
"authors": {
"Conrad Stoll": "conrad.stoll@mutualmobile.com"
},
"source": {
"git": "https://github.com/mutualmobile/MMWormhole.git",
"tag": "1.2.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"frameworks": "Foundation",
"subspecs": [
{
"name": "Core",
"source_files": "Source/*.{h,m}"
}
]
}