blob: 0e7f33dfde47c756304fb5b8d2277cd4679ab1d6 [file] [log] [blame]
{
"name": "GDLayerKit",
"version": "0.9.8",
"summary": "Group of classes designed for easy integrating MVVM support into your application without using complex reactive frameworks.",
"homepage": "https://github.com/GDXRepo/GDLayerKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Georgiy Malyukov": "elvorta.work@gmail.com"
},
"source": {
"git": "https://github.com/GDXRepo/LayerKit.git",
"tag": "0.9.8"
},
"social_media_url": "https://vk.com/deadlineru",
"platforms": {
"ios": "8.2"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"Masonry": [
]
}
}