blob: 790fb75e827cba5ee73501875387be9dcf45feb8 [file] [log] [blame]
{
"name": "CQObjCKit",
"version": "0.0.2",
"summary": "一个让你编码更高效的工具类库",
"homepage": "https://github.com/CharlesQiu/CQObjCKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Charles.Qiu": "qhs@outlook.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/CharlesQiu/CQObjCKit.git",
"tag": "0.0.2"
},
"source_files": [
"CQObjCKit",
"CQObjCKit/**/*.{h,m}"
],
"frameworks": "UIKit",
"requires_arc": true
}