blob: d7e79e80400ee30cfd9c3b999da67d33f5f4fb74 [file] [log] [blame]
{
"name": "GDLayerKit",
"version": "2.2.0",
"summary": "Library 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": "2.2.0"
},
"social_media_url": "https://vk.com/deadlineru",
"platforms": {
"ios": "11.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"Masonry": [
]
}
}