[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / d / b / 5 / MMWormhole / 1.1.1 / MMWormhole.podspec.json
blobb828af1ea99a288c885b01af2d663705adb03cb0
2   "name": "MMWormhole",
3   "version": "1.1.1",
4   "license": "MIT",
5   "summary": "Message passing between apps and extensions.",
6   "homepage": "https://github.com/mutualmobile/MMWormhole",
7   "authors": {
8     "Conrad Stoll": "conrad.stoll@mutualmobile.com"
9   },
10   "source": {
11     "git": "https://github.com/mutualmobile/MMWormhole.git",
12     "tag": "1.1.1"
13   },
14   "requires_arc": true,
15   "default_subspecs": "Core",
16   "frameworks": "Foundation",
17   "subspecs": [
18     {
19       "name": "Core",
20       "source_files": "Source/*.{h,m}"
21     }
22   ]