[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / f / 4 / 5 / SwiftKVO / 0.1.1 / SwiftKVO.podspec.json
blobfe88f4d792423f2c876d4d7afde048e79525f686
2   "name": "SwiftKVO",
3   "version": "0.1.1",
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.\n                       Also allows separate functions called for separate property updates, instead of everything being piped through observeValueForKeyPath:ofObject:.\n",
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": "0.1.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*"