| { |
| "name": "ResultKit", |
| "version": "2.0.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": "9.0", |
| "osx": "10.11", |
| "tvos": "9.0", |
| "watchos": "2.0" |
| }, |
| "requires_arc": true, |
| "source": { |
| "git": "https://github.com/amine2233/Result.git", |
| "tag": "2.0.0" |
| }, |
| "source_files": "Sources/**/*.swift", |
| "pod_target_xcconfig": { |
| "SWIFT_VERSION": "4.1" |
| }, |
| "swift_version": "4.1", |
| "module_name": "Result" |
| } |