[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / 4 / 5 / SwiftKVO / 0.1.0 / SwiftKVO.podspec.json
blob93999518e8a793b1ad70a661092dc428c6ce19df
2   "name": "SwiftKVO",
3   "version": "0.1.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.\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.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*"