[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / a / d / Dip / 0.0.1 / Dip.podspec.json
blob5059a3862f7a238581e5bfea09cb8ee5d3ba5141
2   "name": "Dip",
3   "version": "0.0.1",
4   "summary": "A simple Dependency Resolver (Simplified Dependency Injection-like resolution).",
5   "description": "Dip is a Swift framework to manage your Dependencies between your classes\nin your app.\n\nIt's aimed to be very simple to use while improving testability\nof your app by allowing you to get rid of those sharedInstances and instead\ninject values based on protocol resolution.\n\nDefine your API using a protocol, then ask Dip to resolve this protocol into\nan instance dynamically in your classes. Then your App and your Tests can be\nconfigured to resolve the protocol using a different instance or class so this\nimprove testability by decoupling the API and the concrete class used to implement it.\n\nIt's not real Dependency Injection _per se_, but it's close.",
6   "homepage": "https://github.com/AliSoftware/Dip",
7   "license": "MIT",
8   "authors": {
9     "Olivier Halligon": "olivier@halligon.net"
10   },
11   "source": {
12     "git": "https://github.com/AliSoftware/Dip.git",
13     "tag": "0.0.1"
14   },
15   "social_media_url": "https://twitter.com/aligatr",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Sources/**/*"