[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 9 / b / KlappaInjector / 1.0.7 / KlappaInjector.podspec.json
blobe4ac46ae400e97bb9081ada5abae55a41d482b76
2   "name": "KlappaInjector",
3   "version": "1.0.7",
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.0.7"
17   },
18   "source_files": [
19     "KlappaInjector",
20     "KlappaInjector/*.{h,m}"
21   ],
22   "exclude_files": "Classes/Exclude",
23   "platforms": {
24     "ios": "5.0"
25   }