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