[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 9 / b / KlappaInjector / 1.1.0 / KlappaInjector.podspec.json
blobdd518dbb4a07204888f0efaad9286a5479330e15
2   "name": "KlappaInjector",
3   "version": "1.1.0",
4   "summary": "Lightweight library for dependency injection using KVC and ObjC-Runtime",
5   "description": "I felt like there is no good way to do DI in iOS development at the moment. This library \nallows you to register objects in Injector and then inject it into arbitrary object.",
6   "homepage": "https://github.com/IljaKosynkin/KlappaInjector",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ilia Kosynkin": "ilja.kosynkin@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/IljaKosynkin/KlappaInjector.git",
16     "tag": "v1.1.0"
17   },
18   "source_files": [
19     "KlappaInjector",
20     "KlappaInjector/*.{h,m}"
21   ],
22   "exclude_files": "Classes/Exclude",
23   "platforms": {
24     "ios": "5.0"
25   }