blob: ba391975b7a9c07477eebb46ddc2bdcd6a04cc35 [file] [log] [blame]
{
"name": "CYFKit",
"version": "0.0.1",
"summary": "Base component",
"description": "这是一个私人基础库 包含常用宏定义、常用分类、常用功能组件",
"homepage": "https://github.com/chenyongfei/AFKitDemo",
"license": "MIT",
"authors": {
"afei": "2511433510@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/chenyongfei/AFKitDemo.git",
"tag": "0.0.1"
},
"source_files": [
"AFKitDemo",
"AFKitDemo/AFKit/**/*.{h,m}"
],
"frameworks": "UIKit",
"requires_arc": true
}