[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / b / 5 / MMWormhole / 1.0.0 / MMWormhole.podspec.json
blob5de75f4aaf3a6d3d50d3ce7c8b6ef0cc32335b2b
2   "name": "MMWormhole",
3   "version": "1.0.0",
4   "license": "MIT",
5   "summary": "Message passing between iOS 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.0.0"
13   },
14   "requires_arc": true,
15   "default_subspecs": "Core",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "ios": {
20     "frameworks": "Foundation"
21   },
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "Source/*.{h,m}"
26     }
27   ]