| { |
| "name": "XServiceLocator", |
| "homepage": "https://github.com/quickbirdstudios/XServiceLocator", |
| "version": "1.0.0", |
| "summary": "XServiceLocator is a light-weight library for dynamically providing objects with the dependencies they need.", |
| "license": { |
| "type": "MIT" |
| }, |
| "authors": { |
| "Stefan Kofler": "stefan.kofler@quickbirdstudios.com", |
| "Mathias Quintero": "mathias.quintero@quickbirdstudios.com", |
| "Ghulam Nasir": "ghulam.nasir@quickbirdstudios.com" |
| }, |
| "source": { |
| "git": "https://github.com/quickbirdstudios/xservicelocator.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "Sources/XServiceLocator/**/*.swift", |
| "frameworks": "Foundation", |
| "swift_versions": "5.1", |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.9" |
| }, |
| "swift_version": "5.1" |
| } |