[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / 5 / d / YHRunLoopTask / 1.0.0 / YHRunLoopTask.podspec.json
blobd673336fc451c19ae3fadfaad4087eebc905f24c
2   "name": "YHRunLoopTask",
3   "version": "1.0.0",
4   "summary": "Control task in block style in runloop.",
5   "description": "TODO: Add long description of the pod here.\n\n1、RunLoop for control multiple tasks.\n\n2、Do task in NSDefalutRunLoopMode before waiting status,avoid blocking UI display in UITrackingRunLoopMode .\n\n3、Can manual wake runloop for triggering task.",
6   "homepage": "https://github.com/FyhSky/YHRunLoopTask",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "FyhSky": "fengyinghaotjut@126.com"
13   },
14   "source": {
15     "git": "https://github.com/FyhSky/YHRunLoopTask.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "YHRunLoopTask/Classes/*.{h,m}"