[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / 5 / d / lightstep / 3.1.2 / lightstep.podspec.json
blob0ed65cf394a937fe3f23d02a39094ffa39bfa649
2   "name": "lightstep",
3   "version": "3.1.2",
4   "summary": "The LightStep Objective-C OpenTracing library.",
5   "description": "LightStep (lightstep.com) bindings for the OpenTracing API (opentracing.io).",
6   "homepage": "https://github.com/lightstep/lightstep-tracer-objc",
7   "license": "MIT",
8   "authors": {
9     "LightStep": "support@lightstep.com"
10   },
11   "source": {
12     "git": "https://github.com/lightstep/lightstep-tracer-objc.git",
13     "tag": "3.1.2"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source_files": "Pod/Classes/*",
19   "requires_arc": true,
20   "dependencies": {
21     "Protobuf": [
23     ],
24     "gRPC-ProtoRPC": [
26     ],
27     "opentracing": [
28       "~>0.3.0"
29     ]
30   },
31   "pod_target_xcconfig": {
32     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1",
33     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
34   },
35   "subspecs": [
36     {
37       "name": "Messages",
38       "source_files": [
39         "Pod/Classes/protobuf/*.pbobjc.{h,m}",
40         "Pod/Classes/protobuf/**/*.pbobjc.{h,m}"
41       ],
42       "header_mappings_dir": "Pod/Classes/protobuf",
43       "requires_arc": false,
44       "dependencies": {
45         "Protobuf": [
47         ]
48       }
49     },
50     {
51       "name": "Services",
52       "source_files": [
53         "Pod/Classes/protobuf/*.pbrpc.{h,m}",
54         "Pod/Classes/protobuf/**/*.pbrpc.{h,m}"
55       ],
56       "header_mappings_dir": "Pod/Classes/protobuf",
57       "requires_arc": true,
58       "dependencies": {
59         "gRPC-ProtoRPC": [
61         ],
62         "Protobuf": [
64         ],
65         "lightstep/Messages": [
67         ]
68       }
69     }
70   ]