[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 3 / 7 / d / KeyPathBindings / 0.1.0 / KeyPathBindings.podspec.json
blob4e237d650f2b7a1f701588090c1b319eee8c26ec
2   "name": "KeyPathBindings",
3   "version": "0.1.0",
4   "summary": "Type-safe keyPath bindings in Swift",
5   "description": "A simple way to create property bindings between pure Swift objects that are type-safe.",
6   "homepage": "https://ericb0774.net",
7   "license": "MIT",
8   "authors": {
9     "Eric Baker": "ericb0774@gmail.com"
10   },
11   "platforms": {
12     "ios": "10.3"
13   },
14   "source": {
15     "git": "https://github.com/ericb0774/KeyPathBindings.git",
16     "tag": "0.1.0"
17   },
18   "source_files": "KeyPathBindings/KeyPathBindings/**/*.{h,swift}",
19   "requires_arc": true,
20   "swift_version": "4.0"