blob: b8f3c0291266f0071fa899d979d59c3102040c0b [file] [log] [blame]
{
"name": "LibHoney",
"version": "1.0.0",
"license": "Apache License, Version 2.0",
"summary": "Swift library for sending events to Honeycomb.",
"homepage": "https://github.com/honeycombio/LibHoney-Cocoa",
"social_media_url": "http://twitter.com/honeycombio",
"authors": {
"Honeycomb": "support@honeycomb.io"
},
"platforms": {
"ios": "10.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"source": {
"git": "https://github.com/honeycombio/LibHoney-Cocoa.git",
"tag": "1.0.0"
},
"source_files": "Sources/**/*.swift",
"exclude_files": "Tests/**/*.swift",
"dependencies": {
"Alamofire": [
"~> 4.5"
]
},
"pushed_with_swift_version": "4.0"
}