blob: 5a6ef05ed0c21543394065836a0e5d00dcabddcc [file] [log] [blame]
{
"name": "DTCollectionViewManager",
"version": "1.0.1",
"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.1"
},
"source_files": "DTCollectionViewManager/**/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
}
}