blob: 06dccb9e82273946343671d5181f5ffe95062c94 [file] [log] [blame]
{
"name": "DTCollectionViewManager",
"version": "4.0.0",
"license": "MIT",
"summary": "Protocol-oriented UICollectionView management, powered by generics and associated types.",
"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": "4.0.0"
},
"source_files": "DTCollectionViewManager/**/*.{h,swift}",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"dependencies": {
"DTModelStorage": [
"~> 2.0.0"
]
}
}