blob: fc19eabed92685a5d29bc49f0109ec75b2651e54 [file] [log] [blame]
{
"name": "DTCollectionViewManager",
"version": "5.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": "5.0.0"
},
"source_files": "Source/*.swift",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"DTModelStorage": [
"~> 3.0.0"
]
},
"pushed_with_swift_version": "3.0"
}