blob: 42c5e2bdb5c2f1d0f0d53772a50d5ba2058ca160 [file] [log] [blame]
{
"name": "DTCollectionViewManager",
"version": "6.5.0",
"license": "MIT",
"summary": "Protocol-oriented UICollectionView management, powered by generics and associated types.",
"homepage": "https://github.com/DenTelezhkin/DTCollectionViewManager",
"authors": {
"Denys Telezhkin": "denys.telezhkin.oss@gmail.com"
},
"social_media_url": "https://twitter.com/DenTelezhkin",
"source": {
"git": "https://github.com/DenTelezhkin/DTCollectionViewManager.git",
"tag": "6.5.0"
},
"source_files": "Source/*.swift",
"requires_arc": true,
"swift_versions": [
"4.0",
"4.2",
"5.0"
],
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"DTModelStorage": [
"~> 7.3.0"
]
}
}