blob: 406e52de86c1e1f09f10a9419919736989fa9df5 [file] [log] [blame]
{
"name": "DJCollectionViewVM",
"version": "1.0.0",
"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": "1.0.0"
},
"source_files": [
"Classes",
"DJCollectionViewVM/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"public_header_files": "DJCollectionViewVM/**/*.h",
"requires_arc": true
}