blob: d76811b1d97e44a6e934ec30062d34ca2ec7d216 [file] [log] [blame]
{
"name": "coswift",
"version": "1.1.0",
"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"
},
"requires_arc": true,
"source": {
"git": "https://github.com/alibaba/coobjc.git",
"tag": "1.1.0"
},
"source_files": "coswift/*.{h,swift}",
"swift_version": "4.2",
"dependencies": {
"fishhook": [
"~> 0.2.0"
],
"cocore": [
"~> 1.1.0"
]
}
}