blob: d2263106cef08978ecd52db1505df33d6e218bd1 [file] [log] [blame]
{
"name": "InjectGrail",
"version": "0.1.7",
"summary": "Holy Grail of Swift Injection frameworks for iOS and MacOs.",
"description": "Tired of injection framework that puts everything in one big bag of dependecy resolvers? This framework might be good for you.",
"homepage": "https://github.com/SwingDev/ios-inject-grail",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ɓukasz Kwoska": "lukasz.kwoska@swing.dev"
},
"source": {
"git": "https://github.com/SwingDev/ios-inject-grail.git",
"tag": "0.1.7"
},
"social_media_url": "https://twitter.com/Szakulus",
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"source_files": "InjectGrail/Classes/**/*.{swift}",
"preserve_paths": [
"Scripts",
"Templates"
],
"dependencies": {
"Sourcery": [
"~> 1.4.2"
]
},
"swift_version": "5.0"
}