[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / f / 5 / 9 / KLNotification / 0.1.0 / KLNotification.podspec.json
blobe6e7c7e8bc9841cfbc98a19c6d35e01f2a1b514e
2   "name": "KLNotification",
3   "version": "0.1.0",
4   "summary": "A component that uses blocks to simplify NSNotification.",
5   "description": "A component that uses blocks to simplify NSNotification. You can conveniently handle event notifications in a callback without having to deal with object lifecycle.",
6   "homepage": "https://github.com/klxcd/KLNotification",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "klxcd": "klxcd@outlook.com"
13   },
14   "source": {
15     "git": "https://github.com/klxcd/KLNotification.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "KLNotification/Classes/**/*"