blob: 1dc35e326ef76c281aa76867ef758b7bd2fe4f84 [file] [log] [blame]
{
"name": "KKCell",
"version": "0.1.0",
"summary": "custom UICollectionViewCell : 自定义UICollectionViewCell",
"description": "custom UICollectionViewCell : 自定义UICollectionViewCell 可扩充自定义",
"homepage": "https://github.com/TieShanWang/KKCell",
"license": "MIT",
"authors": {
"wangtieshan": "15003836653@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/TieShanWang/KKCell.git",
"tag": "0.1.0"
},
"source_files": [
"KKCell/KKCollectionViewCell/**/*.{h,m,mm}",
"KKCell/KKCollectionViewCell/*.{h,m,mm}"
],
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"SDWebImage": [
]
}
}