[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / 5 / d / lightstep / 1.0.26 / lightstep.podspec.json
blob9ddd9c0bb2d066bb0a570c5ce718150039fa675b
2   "name": "lightstep",
3   "version": "1.0.26",
4   "summary": "The LightStep Objective-C OpenTracing library.",
5   "description": "LightStep bindings for the OpenTracing API.",
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": "1.0.26"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "lightstep": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "thrift": [
27       "0.9.2"
28     ]
29   }