blob: 7bc3aa719f0c6dc0b10429b5ded1eb3dc6bf4078 [file] [log] [blame]
{
"name": "DTCollectionViewManager",
"version": "2.2.3",
"license": "MIT",
"summary": "The most simple and robust way to manage UICollectionView.",
"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": "2.2.3"
},
"source_files": "DTCollectionViewManager/**/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"dependencies": {
"DTModelStorage": [
"0.5.1"
]
}
}