blob: 4c8932506d36121b81aba384fa793051cd06ecfa [file] [log] [blame]
{
"name": "CYFKit",
"version": "0.0.2",
"summary": "iOS开发基础组件库",
"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.2"
},
"public_header_files": "CYFKit/AFKit.h",
"source_files": "CYFKit/AFKit.h",
"frameworks": "UIKit",
"requires_arc": true,
"subspecs": [
{
"name": "AFCategories",
"public_header_files": "CYFKit/AFCategories/AFCategories.h",
"source_files": "CYFKit/AFCategories/AFCategories.h",
"subspecs": [
{
"name": "UIKit",
"public_header_files": "CYFKit/AFCategories/UIKit/UIKit+AFCategories.h",
"source_files": "CYFKit/AFCategories/UIKit/UIKit+AFCategories.h",
"subspecs": [
{
"name": "UIView",
"source_files": "CYFKit/AFCategories/UIKit/UIView/*.{h,m}"
}
]
}
]
}
]
}