blob: 2b53e16300915929d0a6b08b8c95fec2861283aa [file] [log] [blame]
{
"name": "NKGridTemplate",
"version": "0.1.0",
"summary": "Tool for quick and compact UICollectionView configuration.",
"description": "The solution is a template with the implementation of the basic methods of configuration and collection view management; uses the configuration mechanism of individual views NKAnyViewModel.\n\nThe solution is designed for multi-level architectures, as it allows to distribute the code into the corresponding layers of the module.",
"homepage": "https://github.com/nkopilovskii/NKGridTemplate",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"nkopilovskii": "nkopilovskii@gmail.com"
},
"source": {
"git": "https://github.com/nkopilovskii/NKGridTemplate.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/mkopilovskii",
"platforms": {
"ios": "10.0"
},
"source_files": "NKGridTemplate/Classes/**/*",
"dependencies": {
"NKAnyViewModel": [
"~> 0.1.0.1"
]
}
}