blob: 4ba6d177456ba6a8b2486a215f9e03fc27d74c12 [file] [log] [blame]
{
"name": "coswift",
"version": "1.1.2",
"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.2"
},
"source_files": "coswift/*.{h,swift}",
"swift_version": "4.2",
"dependencies": {
"cocore": [
"~> 1.1.0"
]
}
}