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