blob: 4d47dc77e067184b619e60e0534bc02967aae6ba [file] [log] [blame]
{
"name": "cokit",
"version": "1.0.0",
"summary": "Coobjc's Foundationkit.",
"description": "The Foundation extensions of 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.0.0"
},
"source_files": "cokit/cokit/**/*.{h,m}",
"dependencies": {
"coobjc": [
"~> 1.0.0"
]
}
}