[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / e / 5 / d / lightstep / 3.2.14 / lightstep.podspec.json
blob9329190b78422b65f8ece84efd1dd7df8c5d0954
2   "name": "lightstep",
3   "version": "3.2.14",
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.2.14"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.11",
18     "tvos": "9.0"
19   },
20   "source_files": "Pod/Classes/*",
21   "requires_arc": true,
22   "dependencies": {
23     "opentracing": [
24       "~>0.5.1"
25     ]
26   }