Available thru | Cocoapods |
---|---|
Latest | 1.0.16 |
Homepage | https://github.com/lightstephq/lightstep-tracer-objc |
License | MIT |
Subdirectories:
pod
is a proper part of the reslabs repo and should be used for the pull requests to update the codeapi-cocoa-repo
is a submodule that points to the official, flattened, public version of the cocoa codetest
contains a "test" that ensures the code builds and nothing more
Use rbuild
‘s publish-cocoa
target to increment version numbers, copy the former to the latter, and publish the pod accordingly.
Latest podspec
{ "name": "lightstep", "version": "1.0.16", "summary": "The LightStep Objective-C OpenTracing library.", "description": "This space intentionally left blank.", "homepage": "https://github.com/lightstephq/lightstep-tracer-objc", "license": "MIT", "authors": { "LightStep": "[email protected]" }, "source": { "git": "https://github.com/lightstephq/lightstep-tracer-objc.git", "tag": "1.0.16" }, "platforms": { "ios": "7.0" }, "requires_arc": true, "source_files": "pod/lightstep/Pod/Classes/**/*", "resource_bundles": { "lightstep": [ "Pod/Assets/*.png" ] }, "dependencies": { "thrift": [ "~> 0.9.2" ] } }