[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / f / 4 / 5 / SwiftKVO / 1.0.0 / SwiftKVO.podspec.json
blob8bfd199a7b85ce9f95f2ef619ddd169d0311ec07
2   "name": "SwiftKVO",
3   "version": "1.0.0",
4   "summary": "Key-Value Observing for pure Swift objects.",
5   "description": "A simple wrapper around Apple's Key-Value Observing API which enables pure Swift objects to participate in KVO updates from NSObject.\nAlso allows separate functions called for separate property updates, instead of everything being piped through observeValueForKeyPath:ofObject:.",
6   "homepage": "https://github.com/Jake00/SwiftKVO",
7   "license": "MIT",
8   "authors": {
9     "Jake00": "Jakeyrox@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/Jake00/SwiftKVO.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*"