blob: 3c2d0823f9e06081b265d28b197ef22b4ab26a0c [file] [log] [blame]
{
"name": "YJCategoryKit",
"version": "1.0.1",
"summary": "工作中常用分类的合集",
"homepage": "https://github.com/full-of-fire/YJCategoryKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"full-of-fire": "591730822@qq.com"
},
"source": {
"git": "https://github.com/full-of-fire/YJCategoryKit.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"subspecs": [
{
"name": "Foundation_EX",
"source_files": "YJCategoryKit/Classes/{NSString,NSBundle,NSObject}*.{h,m}"
},
{
"name": "UIKit_EX",
"source_files": "YJCategoryKit/Classes/{UIImage,UIButton,UIColor,UITableViewCell,UICollectionView,UIAlertController}*.{h,m}"
}
]
}