| { |
| "name": "ZIKViper", |
| "version": "1.0", |
| "summary": "iOS VIPER implementation, relying on ZIKRouter.", |
| "description": "iOS VIPER implementation, relying on ZIKRouter. Designed for discovering modules and dependency injection with protocol.", |
| "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": "ZIKViper/*.{h,m}", |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ], |
| "requires_arc": true, |
| "dependencies": { |
| "ZIKRouter": [ |
| |
| ] |
| } |
| } |