| { | |
| "name": "LYYDispatch", | |
| "version": "1.0.0", | |
| "summary": "基于GCD的链式封装", | |
| "description": "基于系统GCD,采用链式思想、去除重复名称等方式进行的多线程封装", | |
| "homepage": "https://github.com/liyaoyao613/LYYDispatch", | |
| "license": "MIT", | |
| "authors": { | |
| "liyaoyao": "liyaoyaoxrj@163.com" | |
| }, | |
| "platforms": { | |
| "ios": "8.0", | |
| "osx": "10.10" | |
| }, | |
| "source": { | |
| "git": "https://github.com/liyaoyao613/LYYDispatch.git", | |
| "tag": "1.0.0" | |
| }, | |
| "source_files": "LYYDispatch/**/*.{h,m}", | |
| "public_header_files": "LYYDispatch/**/*.h", | |
| "static_framework": true | |
| } |