[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 0 / c / 4 / Kontena / 0.2.0 / Kontena.podspec.json
blob46eb97469380f32bd8ae9b91b8c1db63b00861b4
2   "name": "Kontena",
3   "version": "0.2.0",
4   "summary": "A simple Swift implementation of Service Locator / IOC container",
5   "homepage": "https://github.com/markvaldy/Kontena",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "Vadym Markov": "impressionwave@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/markvaldy/Kontena.git",
15     "tag": "0.2.0"
16   },
17   "social_media_url": "https://twitter.com/markvaldy",
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10"
21   },
22   "requires_arc": true,
23   "source_files": "Source/**/*.{swift}",
24   "dependencies": {
25     "TypeHelper": [
26       "~> 0.1.2"
27     ]
28   },
29   "frameworks": "Foundation"