blob: a4451a9832f9417f587db5d85214ffce46bf8ad8 [file] [log] [blame]
{
"name": "HoneyBee",
"version": "3.0.0.a.3",
"summary": "A swift library to increase the expressiveness of asynchronous and concurrent programming.",
"homepage": "https://lynchsft.github.io/HoneyBee/",
"documentation_url": "https://lynchsft.github.io/HoneyBee/",
"license": {
"type": "MIT"
},
"authors": {
"Alex Lynch": "alex@iamapps.net"
},
"platforms": {
"ios": "10.0",
"osx": "10.11",
"tvos": "10.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.2"
},
"source": {
"git": "https://github.com/lynchsft/HoneyBee.git",
"tag": "v3.0.0.a.3"
},
"source_files": "HoneyBee/*.swift"
}