blob: 996343d44bac080522800ba19f4c1b22a793bf2e [file] [log] [blame]
{
"name": "DTCollectionViewManager",
"version": "4.4.1",
"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.4.1"
},
"source_files": "DTCollectionViewManager/**/*.{h,swift}",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"DTModelStorage": [
"~> 2.3.0"
]
}
}