[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / 4 / d / 2 / Drip / 0.1.0 / Drip.podspec.json
blob95048c44e184463d4a1e9954a77b966afffdf165
2   "name": "Drip",
3   "version": "0.1.0",
4   "summary": "Lightweight dependency injection for Swift",
5   "platforms": {
6     "osx": "10.9",
7     "ios": "8.0"
8   },
9   "description": "A lightweight, dagger-ish Swift DI library. Provides mechanisms for scoping dependencies\nand eliminating the singleton pattern. Relies on type inference to resolve injected dependencies,\nrather than require types be passed explicitly.",
10   "homepage": "https://github.com/devmynd/Drip",
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Ty Cobb": "ty.cobb.m@gmail.com"
17   },
18   "social_media_url": "http://twitter.com/wzrad",
19   "source": {
20     "git": "https://github.com/devmynd/drip.git",
21     "tag": "v0.1.0"
22   },
23   "source_files": "Drip/**/*.swift",
24   "requires_arc": true