[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 2 / 5 / 0 / TCDNotificationCenter / 0.0.1 / TCDNotificationCenter.podspec.json
blobac941c8d139262b653e2c5582f1f6a640e662681
2   "name": "TCDNotificationCenter",
3   "version": "0.0.1",
4   "summary": "Better NotificationCenter than NSNotificationCenter. You can add observer for multi names",
5   "description": "It likes NSNotificationCenter but you can add observer by more than one name posts. And it is \nalso safe for observer if you for forget to remove it.",
6   "homepage": "https://github.com/2coding/TCDNotificationCenter",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "2coding": "CodingApe@outlook.com"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/2coding/TCDNotificationCenter.git",
19     "tag": "0.0.1"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/*.{h,m}"
24   ]