blob: 93850ea6a51ccb4cbcdbc1f0afc7fea28b32942f [file] [log] [blame]
{
"name": "ClawKit",
"version": "0.0.17",
"summary": "Useful classes for MVVM/MVP/MVC/SOA-based projects.",
"homepage": "https://github.com/GDXRepo/ClawKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Georgiy Malyukov": "elvorta.work@gmail.com"
},
"source": {
"git": "https://github.com/GDXRepo/ClawKit.git",
"tag": "0.0.17"
},
"social_media_url": "https://vk.com/deadlineru",
"platforms": {
"ios": "11.4"
},
"swift_version": "4.1",
"requires_arc": true,
"resources": [
"ClawKit/Pod/Assets/*.xcassets",
"ClawKit/Pod/Assets/*.strings"
],
"source_files": "ClawKit/Pod/Classes/**/*",
"dependencies": {
"SnapKit": [
],
"SAMKeychain": [
],
"IQKeyboardManager": [
]
}
}