[Add] TMNewsInformationSDK 0.0.999
[CocoaPods.git] / Specs / d / b / 5 / MMWormhole / 1.1.0 / MMWormhole.podspec.json
bloba4f9cb2e6383bd2e44fbf33af4d8568aa280b11a
2   "name": "MMWormhole",
3   "version": "1.1.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.1.0"
13   },
14   "requires_arc": true,
15   "default_subspecs": "Core",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "ios": {
20     "frameworks": "Foundation"
21   },
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "Source/*.{h,m}"
26     }
27   ]