[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 5 / 1 / 6 / OCAsync / 0.0.1 / OCAsync.podspec.json
blob27304464489fdb3a7b119abcc7856617979e58ba
2   "name": "OCAsync",
3   "version": "0.0.1",
4   "summary": "Async by oc, used chain.",
5   "description": "Async by oc, used chain.\nChain as many blocks as you want:\n\nAsync *async = [[Async alloc]init];\n\nasync.userInitiated(0, ^{\n    // 1\n}).main(0, ^{\n    // 2\n}).background(0, ^{\n    // 3\n}).main(0, ^ {\n    // 4\n});",
6   "homepage": "https://github.com/shenhai193/Async",
7   "license": "BSD3",
8   "authors": {
9     "shenhai": "shenhai.cpp@icloud.com"
10   },
11   "source": {
12     "git": "https://github.com/shenhai193/Async.git",
13     "tag": "0.0.1"
14   },
15   "source_files": [
16     "Classes",
17     "Async.{h,m}"
18   ],
19   "exclude_files": "Classes/Exclude",
20   "platforms": {
21     "osx": null,
22     "ios": null,
23     "tvos": null,
24     "watchos": null
25   }