[Delete] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / e / 5 / d / lightstep / 2.0.10 / lightstep.podspec.json
blob23f6456113684bd9455b532bd46e777b143cc2ed
2   "name": "lightstep",
3   "version": "2.0.10",
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.10"
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   }