[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / 0 / 3 / KeypathObserver / 0.5.0 / KeypathObserver.podspec.json
bloba53aa5bc5344ba13b9d24be413fce1ea0bc6592e
2   "name": "KeypathObserver",
3   "version": "0.5.0",
4   "summary": "Make KVO observing easier.",
5   "description": "KVO observing with simple syntax.",
6   "homepage": "https://github.com/nixzhu/KeypathObserver",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "nixzhu": "zhuhongxu@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/nixzhu",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10",
18     "tvos": "9.0",
19     "watchos": "2.0"
20   },
21   "source": {
22     "git": "https://github.com/nixzhu/KeypathObserver.git",
23     "tag": "0.5.0"
24   },
25   "source_files": [
26     "Sources/*.swift",
27     "KeypathObserver/KeypathObserver.h"
28   ],
29   "public_header_files": [
30     "KeypathObserver/KeypathObserver.h"
31   ],
32   "requires_arc": true