blob: 28a0730db5bab15c578f713b83b15ab589473dd3 [file] [log] [blame]
{
"name": "DTCollectionViewManager",
"version": "1.0.0",
"license": "MIT",
"summary": "The most simple and robust way to manage UICollectionView.",
"homepage": "https://github.com/DenHeadless/DTCollectionViewManager",
"authors": {
"Denys Telezhkin": "denys.telezhkin@yandex.ru"
},
"source": {
"git": "https://github.com/DenHeadless/DTCollectionViewManager.git",
"tag": "1.0.0"
},
"source_files": "DTCollectionViewManager",
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
}
}