| { |
| "name": "ResultKit", |
| "version": "2.3.0", |
| "summary": "Sort description of 'Result' framework", |
| "homepage": "https://github.com/amine2233/Result", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Amine Bensalah": "amine.bensalah@outlook.com" |
| }, |
| "platforms": { |
| "ios": "10.0", |
| "osx": "10.12", |
| "tvos": "10.0", |
| "watchos": "4.0" |
| }, |
| "requires_arc": true, |
| "source": { |
| "git": "https://github.com/amine2233/Result.git", |
| "tag": "2.3.0" |
| }, |
| "source_files": "Sources/**/*.swift", |
| "pod_target_xcconfig": { |
| "SWIFT_VERSION": "4.2" |
| }, |
| "swift_versions": "4.2", |
| "module_name": "Result" |
| } |