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