[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 9 / 1 / f / eDistantObject / 0.9.1 / eDistantObject.podspec.json
bloba6af1c846e93dcb7a9397dabe66cefeb7d110d91
2   "name": "eDistantObject",
3   "version": "0.9.1",
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.",
8   "license": {
9     "type": "Apache 2.0",
10     "file": "LICENSE"
11   },
12   "source": {
13     "git": "https://github.com/google/eDistantObject.git",
14     "tag": "0.9.1"
15   },
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"
29   ],
30   "pod_target_xcconfig": {
31     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/eDistantObject"
32   },
33   "source_files": [
34     "Channel/Sources/*.{m,h}",
35     "Device/Sources/*.{m,h}",
36     "Measure/Sources/*.{m,h}",
37     "Service/Sources/*.{m,h}"
38   ],
39   "platforms": {
40     "ios": "10.0",
41     "osx": "10.10"
42   }