blob: 1c7bc009222408fbffa7e69a0fe1e0892f1d6a28 [file] [log] [blame]
{
"name": "ClawKit",
"version": "0.0.24",
"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.24"
},
"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": [
],
"MarqueeLabel": [
],
"R.swift": [
]
}
}