blob: 9d5d491c3b6fe836beed7ffe7a57d9aa973c5c5f [file] [log] [blame]
{
"name": "DTCollectionViewManager",
"version": "4.5.2",
"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.5.2"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"DTModelStorage": [
"~> 2.4.0"
]
}
}