| { |
| "name": "SCServiceKit", |
| "version": "1.0.0", |
| "summary": "SCServiceKit is Network framework for iOS applications, based on a Clean Archecture.", |
| "description": "SCServiceKit aim to\n* Promote reactive programing", |
| "homepage": "https://github.com/interactord/SCServiceKit", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE.md" |
| }, |
| "authors": { |
| "Scoon Moon": "interactord@gmail.com" |
| }, |
| "platforms": { |
| "ios": "12.2" |
| }, |
| "swift_version": "5.0", |
| "pod_target_xcconfig": { |
| "SWIFT_VERSION": "5.0" |
| }, |
| "source": { |
| "git": "https://github.com/interactord/SCServiceKit.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "SCServiceKit/**/*.swift", |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ], |
| "requires_arc": true, |
| "dependencies": { |
| "RxSwift": [ |
| ">= 4.5.0" |
| ], |
| "SwiftyBeaver": [ |
| ">= 1.7.0" |
| ] |
| } |
| } |