blob: 5b479d197f818f04b043e8f38f63ba3f6f587a98 [file] [log] [blame]
{
"name": "DTCollectionViewManager",
"version": "3.1.5",
"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": "3.1.5"
},
"source_files": "DTCollectionViewManager/**/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"dependencies": {
"DTModelStorage": [
"~> 1.2.3"
]
}
}