[Add] OddsConverter 1.0
[CocoaPods.git] / Specs / d / b / 5 / MMWormhole / 1.3.0 / MMWormhole.podspec.json
blobac6ee3324b75f678f4a0b4dd972a7d95cf2c8bd6
2   "name": "MMWormhole",
3   "version": "1.3.0",
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.3.0"
13   },
14   "requires_arc": true,
15   "default_subspecs": "Core",
16   "ios": {
17     "frameworks": [
18       "Foundation",
19       "WatchConnectivity"
20     ]
21   },
22   "osx": {
23     "frameworks": "Foundation"
24   },
25   "watchos": {
26     "frameworks": [
27       "Foundation",
28       "WatchConnectivity"
29     ]
30   },
31   "subspecs": [
32     {
33       "name": "Core",
34       "ios": {
35         "source_files": "Source/*.{h,m}"
36       },
37       "watchos": {
38         "source_files": "Source/*.{h,m}"
39       },
40       "osx": {
41         "source_files": [
42           "Source/MMWormhole.{h,m}",
43           "Source/MMWormholeFileTransiting.{h,m}",
44           "Source/MMWormholeCoordinatedFileTransiting.{h,m}",
45           "Source/MMWormholeTransiting.h"
46         ]
47       }
48     }
49   ]