blob: ee63dca1225132e04ada9524cd10d9be7f828f27 [file] [log] [blame]
{
"name": "KKCell",
"version": "0.2.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.2.0"
},
"source_files": "KKCell/KKCollectionViewCell/KKCollectionViewCell.{h,m,mm}",
"frameworks": "UIKit",
"requires_arc": true,
"subspecs": [
{
"name": "KKTextCell",
"source_files": [
"KKCell/KKCollectionViewCell/KKCollectionViewCell.{h,m,mm}",
"KKCell/KKCollectionViewCell/KKTextCell.{h,m,mm}",
"KKCell/KKCollectionViewCell/KKCellProtocol.{h,m,mm}"
],
"frameworks": "UIKit"
},
{
"name": "KKImageCell",
"source_files": [
"KKCell/KKCollectionViewCell/KKCollectionViewCell.{h,m,mm}",
"KKCell/KKCollectionViewCell/KKImageCell.{h,m,mm}",
"KKCell/KKCollectionViewCell/KKCellProtocol.{h,m,mm}"
],
"frameworks": "UIKit",
"dependencies": {
"SDWebImage": [
]
}
}
]
}