blob: 81530ea2bf5110a7d27dda80ba683b922ee69c6d [file] [log] [blame]
{
"name": "cocore",
"version": "1.2.0",
"summary": "coobjc's core implement",
"description": "This library provides coroutine core support for Objective-C and Swift. coobjc and coswift depend on this sdk.",
"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"
},
"source": {
"git": "https://github.com/alibaba/coobjc.git",
"tag": "1.2.0"
},
"source_files": "cocore/*.{h,m,s,c,mm}",
"requires_arc": "cocore/*.m",
"libraries": "c++"
}