blob: a4f9cb2e6383bd2e44fbf33af4d8568aa280b11a [file] [log] [blame]
{
"name": "MMWormhole",
"version": "1.1.0",
"license": "MIT",
"summary": "Message passing between iOS 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.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"platforms": {
"ios": "7.0"
},
"ios": {
"frameworks": "Foundation"
},
"subspecs": [
{
"name": "Core",
"source_files": "Source/*.{h,m}"
}
]
}