blob: b655b2e9a6ac019480ffb94f8cd19aef1af7e809 [file] [log] [blame]
{
"name": "DependencyFetcher",
"version": "1.0.0",
"summary": "World's simplest dependency injection framework for Swift.",
"homepage": "https://github.com/broadwaylamb/DependencyFetcher",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Sergej Jaskiewicz": "jaskiewiczs@icloud.com"
},
"source": {
"git": "https://github.com/broadwaylamb/DependencyFetcher.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/broadway_lamb",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"swift_version": "4.2",
"source_files": "Sources/DependencyFetcher/Fetcher.swift"
}