[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / 5 / d / lightstep / 2.0.6 / lightstep.podspec.json
blob92cc1ea192f58dd4a872a27f7a59b995a289b168
2   "name": "lightstep",
3   "version": "2.0.6",
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": "2.0.6"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21   },
22   "dependencies": {
23     "opentracing": [
24       "~>0.2.0"
25     ]
26   }