blob: 16141a493a3687934a36cf1a18b4086f5e00312d [file] [log] [blame]
{
"name": "Kraken",
"version": "1.0.1",
"summary": "Simple Dependency Injection container for Swift. Use protocols to resolve dependencies with precise syntax!",
"description": "Kraken is a simple Dependency Injection framework written in \t\t\tSwift.\n\nIt provides simple, easy to use syntax for injecting \t\t\t\tdependencies using protocol resolution. \n\nDefine a protocol corresponding to your API and then let \t\t\t\tKraken resolve this protocol to its corresponding instance \t\t\t\tdynamically at runtime. This allows creation of separate \t\t\t\tconfigurations for the App and the tests to resolve the same \t\t\tprotocol to different instances dynamically improving \t\t\t\ttestability.",
"homepage": "https://github.com/sabirvirtuoso/Kraken",
"license": "MIT",
"authors": {
"Syed Sabir Salman-Al-Musawi": "sabirvirtuoso@gmail.com"
},
"source": {
"git": "https://github.com/sabirvirtuoso/Kraken.git",
"tag": "1.0.1"
},
"social_media_url": "https://www.facebook.com/syed.musawi",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Trigger": [
"Pod/Assets/*.png"
]
}
}