blob: 425d0c42e7aeb0c0533fe9f4f09e558b6a0e317d [file] [log] [blame]
{
"name": "ZIKTViper",
"version": "1.0",
"summary": "Thorough iOS VIPER implementation.",
"description": "Thorough iOS VIPER implementation, consisting of view, presenter, interactor, wireframe, router, adapter.",
"homepage": "https://github.com/Zuikyo/ZIKRouter",
"license": "MIT",
"authors": {
"Zuikyo": "zuilongzhizhu@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Zuikyo/ZIKViper.git",
"tag": "1.0"
},
"source_files": "ZIKTViper/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}