blob: 3f6c0607f336b1f52efdf307c3a1fdc6160ef8b5 [file] [log] [blame]
{
"name": "DJCollectionViewVM",
"version": "0.0.1",
"summary": "DJCollectionViewVM is a ViewModel implementation for UICollectionView",
"description": "only for private use,DJCollectionViewVM is a ViewModel implementation for UICollectionView",
"homepage": "https://github.com/Dokay",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dokay": "dokay.dou@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/Dokay/DJCollectionViewVM.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"DJCollectionViewVM/Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"public_header_files": "DJCollectionViewVM/Classes/**/*.h",
"requires_arc": true
}