2 "name": "eDistantObject",
4 "summary": "ObjC and Swift remote invocation framework",
5 "homepage": "https://github.com/google/eDistantObject",
6 "authors": "Google LLC.",
7 "description": "eDistantObject provides users an easy way to make remote method invocations between\nprocesses in Objective-C and Swift without explicitly constructing RPC structures.",
13 "git": "https://github.com/google/eDistantObject.git",
16 "public_header_files": [
17 "Service/Sources/EDOClientService.h",
18 "Service/Sources/EDOClientServiceStatsCollector.h",
19 "Service/Sources/EDOHostNamingService.h",
20 "Service/Sources/EDOHostService.h",
21 "Service/Sources/EDORemoteVariable.h",
22 "Service/Sources/EDOServiceError.h",
23 "Service/Sources/EDOServiceException.h",
24 "Service/Sources/EDOServicePort.h",
25 "Service/Sources/NSObject+EDOValueObject.h",
26 "Service/Sources/NSObject+EDOWeakObject.h",
27 "Device/Sources/EDODeviceConnector.h",
28 "Device/Sources/EDODeviceDetector.h"
30 "pod_target_xcconfig": {
31 "HEADER_SEARCH_PATHS": "${PODS_ROOT}/eDistantObject"
34 "Channel/Sources/*.{m,h}",
35 "Device/Sources/*.{m,h}",
36 "Measure/Sources/*.{m,h}",
37 "Service/Sources/*.{m,h}"