[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 0 / 4 / 9 / Kraken / 1.5.0 / Kraken.podspec.json
blob31e630fe0ea3b541d5fa4151ced29300ff8a5e08
2   "name": "Kraken",
3   "version": "1.5.0",
4   "summary": "Simple Dependency Injection container for Swift. Use protocols to resolve dependencies with precise syntax!",
5   "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.",
6   "homepage": "https://github.com/sabirvirtuoso/Kraken",
7   "license": "MIT",
8   "authors": {
9     "Syed Sabir Salman-Al-Musawi": "sabirvirtuoso@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/sabirvirtuoso/Kraken.git",
13     "tag": "1.5.0"
14   },
15   "social_media_url": "https://www.facebook.com/syed.musawi",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "pushed_with_swift_version": "3.0"