[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / 4 / 5 / minjection / 0.3.0 / minjection.podspec.json
blob7ee14e39ce5dc5b402a1bb2228f0886c7ba10d97
2   "name": "minjection",
3   "version": "0.3.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.3.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "minjection/Classes/**/*"