blob: 763ab5e7ca07a3b8e5dbf8119faab694f082632c [file] [log] [blame]
{
"name": "CTCKit",
"version": "0.0.1",
"summary": "ctc's common code.",
"description": "There are some common codes used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/ctc1991/TCKit",
"license": "MIT",
"authors": {
"ctc": "ctc1991@foxmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/ctc1991/TCKit.git",
"tag": "0.0.1"
},
"source_files": "TCKit/**/*",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}