blob: 79ae2f29a3eb298333d07612b413e9625c3a4745 [file] [log] [blame]
{
"name": "coswift",
"version": "1.2.5",
"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.5"
},
"source_files": "coswift/*.{h,swift}",
"swift_versions": [
"4.2",
"5.0",
"5.1",
"5.1"
],
"dependencies": {
"cocore": [
"~> 1.2.5"
]
},
"swift_version": "5.1"
}