[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 0 / c / 4 / Kontena / 0.1.1 / Kontena.podspec.json
blob175a4c308a0b9a4d872f317d1a16c60bb1baa9b2
2   "name": "Kontena",
3   "version": "0.1.1",
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.1.1"
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"