[Add] LiteRTSwift 0.0.1-nightly.20250103
[CocoaPods.git] / Specs / 2 / 5 / 0 / TCDNotificationCenter / 1.0.0 / TCDNotificationCenter.podspec.json
blobbf3773f7ff38bfea910904fd969a777e07defd35
2   "name": "TCDNotificationCenter",
3   "version": "1.0.0",
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   "authors": {
7     "2coding": "CodingApe@outlook.com"
8   },
9   "homepage": "https://github.com/2coding/TCDNotificationCenter",
10   "license": {
11     "type": "BSD",
12     "file": "LICENSE"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/2coding/TCDNotificationCenter.git",
19     "tag": "1.0.0"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/*.{h,m}"
24   ]