[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 2 / 4 / 6 / RideOsApi / 0.1.1 / RideOsApi.podspec.json
blob1a4c8794c40b9491b31c09148b8f494eff77b2ff
2   "name": "RideOsApi",
3   "version": "0.1.1",
4   "summary": "iOS bindings for RideOSs API",
5   "description": "iOS bindings for RideOS's API",
6   "homepage": "https://github.com/rideOS/rideos-api-ios",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "rideOS": "support@rideos.ai"
13   },
14   "source": {
15     "git": "https://github.com/rideOS/rideos-api-ios.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "dependencies": {
22     "!ProtoCompiler-gRPCPlugin": [
23       "~> 1.13.0"
24     ]
25   },
26   "source_files": "RideOsApi/**/*",
27   "pod_target_xcconfig": {
28     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1",
29     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
30   },
31   "subspecs": [
32     {
33       "name": "Messages",
34       "source_files": "RideOsApiProto/**/*.pbobjc.{h,m}",
35       "header_mappings_dir": "RideOsApiProto",
36       "requires_arc": false,
37       "dependencies": {
38         "Protobuf": [
40         ]
41       }
42     },
43     {
44       "name": "Services",
45       "source_files": "RideOsApiProto/**/*.pbrpc.{h,m}",
46       "header_mappings_dir": "RideOsApiProto",
47       "requires_arc": true,
48       "dependencies": {
49         "gRPC-ProtoRPC": [
51         ],
52         "RideOsApi/Messages": [
54         ]
55       }
56     }
57   ]