blob: b828af1ea99a288c885b01af2d663705adb03cb0 [file] [log] [blame]
{
"name": "MMWormhole",
"version": "1.1.1",
"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.1.1"
},
"requires_arc": true,
"default_subspecs": "Core",
"frameworks": "Foundation",
"subspecs": [
{
"name": "Core",
"source_files": "Source/*.{h,m}"
}
]
}