| { |
| "name": "ZCDebug", |
| "version": "0.0.1", |
| "summary": "Swift lightweight debug library.", |
| "description": "Сonvenient library for debug purposes. Main focus is minimize developer time for debug.", |
| "homepage": "https://github.com/ihsuropu/ZCDebug.git", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE.txt" |
| }, |
| "authors": { |
| "Sergey Zalozniy": "s.zalozniy1900@gmail.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/ihsuropu/ZCDebug.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": [ |
| "ZCDebug/Classes", |
| "ZCDebug/Classes/**/*.{h,m}" |
| ], |
| "exclude_files": "Classes/Exclude", |
| "pushed_with_swift_version": "3.2" |
| } |