[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / c / 1 / 2 / HoneyBee / 1.11.2 / HoneyBee.podspec.json
blobbe3a938e4eae32a122495422363cb7a7518d71b5
2   "name": "HoneyBee",
3   "version": "1.11.2",
4   "summary": "A swift library to increase the expressiveness of asynchronous and concurrent programming.",
5   "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.",
6   "homepage": "http://iamapps.net/HoneyBee/1.11.2/docs/index.html",
7   "documentation_url": "http://iamapps.net/HoneyBee/1.11.2/docs/index.html",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Alex Lynch": "alex@iamapps.com"
14   },
15   "platforms": {
16     "ios": "11.0",
17     "osx": "10.11",
18     "tvos": "11.0"
19   },
20   "pod_target_xcconfig": {
21     "SWIFT_VERSION": "4.0"
22   },
23   "source": {
24     "http": "http://iamapps.net/HoneyBee/1.11.2/HoneyBee-1.11.2.zip"
25   },
26   "source_files": "HoneyBee/*.swift",
27   "pushed_with_swift_version": "4.0",
28   "testspecs": [
29     {
30       "name": "Tests",
31       "test_type": "unit",
32       "source_files": "HoneyBee/Tests/*.swift"
33     }
34   ]