[Add] Leopard-iOS 2.0.2
[CocoaPods.git] / Specs / e / 4 / 5 / minjection / 0.5.0 / minjection.podspec.json
blob630cf9012c1b53ba5e2ddbc9f4ab94e7d1d021a4
2   "name": "minjection",
3   "version": "0.5.0",
4   "summary": "A minimal dependency injection library for Objective-C.",
5   "description": "This project was born out of necessity.  There are a small handful\nof existing DI libraries for objective-c, but none quite matched our needs.\n\nWe wrote this to fill the gaps because we've been spoiled by good options in other\nlanguages, and hope this will likewise prove useful to others.",
6   "homepage": "https://github.com/SkywardApps/minjection",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Nicholas Elliott": "nelliott@skywardapps.com"
13   },
14   "source": {
15     "git": "https://github.com/SkywardApps/minjection.git",
16     "tag": "0.5.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "minjection/Classes/**/*"