| { |
| "name": "ServiceKitLogger", |
| "version": "1.0.0", |
| "summary": "Service Layer helper kit", |
| "description": "ServiceKitLooger is service responsible for function print log", |
| "homepage": "https://github.com/interactord/ServiceKitLogger", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Scott Moon": "interactord@gmail.com" |
| }, |
| "platforms": { |
| "ios": "11.0" |
| }, |
| "source": { |
| "git": "https://github.com/interactord/ServiceKitLogger.git", |
| "tag": "1.0.0" |
| }, |
| "exclude_files": "Classes/Exclude", |
| "source_files": [ |
| "Sources/**/*", |
| "Classes/Exclude" |
| ], |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ], |
| "dependencies": { |
| "SwiftyBeaver": [ |
| |
| ] |
| }, |
| "swift_version": "4.0", |
| "pod_target_xcconfig": { |
| "SWIFT_VERSION": "4.2" |
| } |
| } |