blob: a2db457cfe732e645be929b6b79c443aa1208262 [file] [log] [blame]
{
"name": "HoneyBee",
"version": "2.0.2",
"summary": "A swift library to increase the expressiveness of asynchronous and concurrent programming.",
"description": "HoneyBee reduces the clutter and complexity of asynchronous and concurrent code. \nBy handing the noise of data routing and error handling, HoneyBee provides a higher-level, more expressive perspective on asynchronous programming.",
"homepage": "http://HoneyBee.link/2.0.2/docs/index.html",
"documentation_url": "http://HoneyBee.link/2.0.2/docs/index.html",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alex Lynch": "alex@iamapps.com"
},
"platforms": {
"ios": "11.0",
"osx": "10.11",
"tvos": "11.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"source": {
"http": "http://HoneyBee.link/2.0.2/HoneyBee-2.0.2.zip"
},
"source_files": "HoneyBee/*.swift",
"pushed_with_swift_version": "4.0",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "HoneyBee/Tests/*.swift"
}
]
}