blob: b037f6a43393a8fb51f59d17dbfc3fa44af02c55 [file] [log] [blame]
{
"name": "DTCollectionViewManager",
"version": "2.2.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"
},
"social_media_url": "https://twitter.com/DTCoder",
"source": {
"git": "https://github.com/DenHeadless/DTCollectionViewManager.git",
"tag": "2.2.1"
},
"source_files": "DTCollectionViewManager/**/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"dependencies": {
"DTModelStorage": [
"0.5.1"
]
}
}