| { |
| "name": "SuppyConfig", |
| "version": "1.0.15", |
| "summary": "SuppyConfig allows you to manage frontend configurations in the suppy.io cloud.", |
| "homepage": "https://suppy.io", |
| "license": { |
| "type": "BSD-3", |
| "file": "LICENSE.md" |
| }, |
| "authors": { |
| "Ricardo Rautalahti-Hazan": "ricardo@suppy.io" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/Suppy-IO/ios-sdk.git", |
| "tag": "1.0.15" |
| }, |
| "source_files": "SuppyConfig/**/*.swift", |
| "swift_versions": "5", |
| "testspecs": [ |
| { |
| "name": "Tests", |
| "test_type": "unit", |
| "source_files": "Tests/**/*.swift" |
| } |
| ], |
| "swift_version": "5" |
| } |