[Add] instrumentisto-libwebrtc-bin 131.0.6778.69
[CocoaPods.git] / Specs / 4 / 6 / 0 / JMMMWormhole / 3.0.2 / JMMMWormhole.podspec.json
blobe964e42481f8c6fc92e6da246238a83d6f407b0b
2   "name": "JMMMWormhole",
3   "version": "3.0.2",
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/JioMeet/MMWormhole.git",
12     "branch": "master"
13   },
14   "requires_arc": true,
15   "default_subspecs": "Core",
16   "platforms": {
17     "ios": "12.0"
18   },
19   "ios": {
20     "frameworks": [
21       "Foundation",
22       "WatchConnectivity"
23     ]
24   },
25   "osx": {
26     "frameworks": "Foundation"
27   },
28   "watchos": {
29     "frameworks": [
30       "Foundation",
31       "WatchConnectivity"
32     ]
33   },
34   "pod_target_xcconfig": {
35     "DEFINES_MODULE": "YES"
36   },
37   "subspecs": [
38     {
39       "name": "Core",
40       "ios": {
41         "source_files": "Source/*.{h,m}"
42       },
43       "watchos": {
44         "source_files": "Source/*.{h,m}"
45       },
46       "osx": {
47         "source_files": [
48           "Source/MMWormhole.{h,m}",
49           "Source/MMWormholeFileTransiting.{h,m}",
50           "Source/MMWormholeCoordinatedFileTransiting.{h,m}",
51           "Source/MMWormholeTransiting.h"
52         ]
53       }
54     }
55   ]