[Add] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / e / 5 / d / lightstep / 3.2.4 / lightstep.podspec.json
blob8f08fc45beb36d57ea3c8d8e706bdad4ee4f0349
2   "name": "lightstep",
3   "version": "3.2.4",
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.4"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source_files": "Pod/Classes/*",
19   "requires_arc": true,
20   "dependencies": {
21     "opentracing": [
22       "~>0.4.0"
23     ]
24   }