blob: 265722dc7ccfd5d2d3229621b854bc7cd4112357 [file] [log] [blame]
{
"name": "DTCollectionViewManager",
"version": "4.2.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.2.0"
},
"source_files": "DTCollectionViewManager/**/*.{h,swift}",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"dependencies": {
"DTModelStorage": [
"~> 2.1.1"
]
}
}