[Add] STBaseProject 1.0.8
[CocoaPods.git] / Specs / 3 / 7 / d / KeyPathBindings / 0.0.1 / KeyPathBindings.podspec.json
blob8252c6ef92531b7f31908c36107f3e835e623aae
2   "name": "KeyPathBindings",
3   "version": "0.0.1",
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.0.1"
17   },
18   "source_files": "KeyPathBindings/KeyPathBindings/**/*.{h,swift}",
19   "requires_arc": true,
20   "swift_version": "4.0"