[Add] AsyncQueue 0.6.1
[CocoaPods.git] / Specs / 6 / f / e / LibHoney / 1.0.0 / LibHoney.podspec.json
blobb8f3c0291266f0071fa899d979d59c3102040c0b
2   "name": "LibHoney",
3   "version": "1.0.0",
4   "license": "Apache License, Version 2.0",
5   "summary": "Swift library for sending events to Honeycomb.",
6   "homepage": "https://github.com/honeycombio/LibHoney-Cocoa",
7   "social_media_url": "http://twitter.com/honeycombio",
8   "authors": {
9     "Honeycomb": "support@honeycomb.io"
10   },
11   "platforms": {
12     "ios": "10.0"
13   },
14   "pod_target_xcconfig": {
15     "SWIFT_VERSION": "4.0"
16   },
17   "source": {
18     "git": "https://github.com/honeycombio/LibHoney-Cocoa.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "Sources/**/*.swift",
22   "exclude_files": "Tests/**/*.swift",
23   "dependencies": {
24     "Alamofire": [
25       "~> 4.5"
26     ]
27   },
28   "pushed_with_swift_version": "4.0"