blob: 3b62aaf5d2830e5e7fc88262c3152088dfe1a992 [file] [log] [blame]
{
"name": "KZ",
"version": "2.1.0",
"summary": "Framework base for iOS projects",
"homepage": "https://github.com/k3zi/KZ",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kesi Maduka": "me@kez.io"
},
"social_media_url": "https://twitter.com/k3zi_",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/k3zi/KZ.git",
"tag": "2.1.0",
"submodules": true
},
"source_files": "KZ/**/*.{swift}",
"dependencies": {
"PureLayout": [
],
"Reusable": [
]
}
}