[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 4 / 5 / IIIAsync / 1.0.2 / IIIAsync.podspec.json
blob68f585da7b6962a3b07b549d09ec6eade41a35ba
2   "name": "IIIAsync",
3   "version": "1.0.2",
4   "summary": "Concurrency control flow system for Objective-C",
5   "description": "                   IIIAsync is a control flow system for managing multiple operations serially or in parallel. It can collect the results of multiple operations, either objects or errors. When all operations finish, you get a completion handler with the results in a structured order, regardless of which order they complete. You can run these operations either on the main queue, on a single background thread pool, or on a multi-threaded background pool. It makes it easier to organize code and obtain results, letting you build powerful higher-order operations that rely on multiple asynchronous calls. IIIAsync is heavily modeled after and inspired by the brilliant async.js library by Caolan McMahon.\n",
6   "homepage": "https://github.com/sdgandhi/IIIAsync",
7   "license": {
8     "type": "As-Is",
9     "file": "LICENSE.md"
10   },
11   "authors": "Steve Streza",
12   "platforms": {
13     "ios": null
14   },
15   "source": {
16     "git": "https://github.com/sdgandhi/IIIAsync.git",
17     "tag": "1.0.2"
18   },
19   "source_files": [
20     "IIIAsync",
21     "IIIAsync/**/*.{h,m}"
22   ],
23   "requires_arc": true