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