[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 1 / f / eDistantObject / 1.0.0 / eDistantObject.podspec.json
blobaf774f2b605224d2ee6b9ae6b2eee6d95d6d7747
2   "name": "eDistantObject",
3   "version": "1.0.0",
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": "1.0.0"
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/EDORemoteException.h",
22     "Service/Sources/EDORemoteVariable.h",
23     "Service/Sources/EDOServiceError.h",
24     "Service/Sources/EDOServiceException.h",
25     "Service/Sources/EDOServicePort.h",
26     "Service/Sources/NSObject+EDOBlockedType.h",
27     "Service/Sources/NSObject+EDOValueObject.h",
28     "Service/Sources/NSObject+EDOWeakObject.h",
29     "Device/Sources/EDODeviceConnector.h",
30     "Device/Sources/EDODeviceDetector.h"
31   ],
32   "pod_target_xcconfig": {
33     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/eDistantObject ${PODS_TARGET_SRCROOT}"
34   },
35   "source_files": [
36     "Channel/Sources/*.{m,h}",
37     "Device/Sources/*.{m,h}",
38     "Measure/Sources/*.{m,h}",
39     "Service/Sources/*.{m,h}"
40   ],
41   "platforms": {
42     "ios": "10.0",
43     "osx": "10.10"
44   }