blob: 31992f0bb735114098d24f9ae050298b19f56711 [file] [log] [blame]
{
"name": "coswift",
"version": "1.1.3",
"summary": "A coroutine framework for swift.",
"description": "A coroutine framework for swift, using coobjc.",
"homepage": "https://github.com/alibaba/coobjc",
"license": {
"type": "Copyright",
"text": " Alibaba-INC copyright\n"
},
"authors": {
"pengyutang125": "pengyutang125@sina.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.12"
},
"requires_arc": true,
"source": {
"git": "https://github.com/alibaba/coobjc.git",
"tag": "1.1.3"
},
"source_files": "coswift/*.{h,swift}",
"swift_version": "4.2",
"dependencies": {
"cocore": [
"~> 1.1.3"
]
}
}