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