[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 2 / a / 0 / NotificationHandler / 0.1.0 / NotificationHandler.podspec.json
blob51ae8b472e2f78cec8460a8f22e7ad66291ff0f9
2   "name": "NotificationHandler",
3   "version": "0.1.0",
4   "summary": "A Neat Swift Notification Operations Wrapper",
5   "description": "With NotificationHandler, it's super easy to handle notifications with neat API. What's more, remove obersers is also properly handled.",
6   "homepage": "https://github.com/kukushi/NotificationHandler",
7   "license": "MIT",
8   "authors": {
9     "Xing He": ""
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/kukushi/NotificationHandler.git",
16     "tag": "0.1.0"
17   },
18   "source_files": [
19     "Classes",
20     "Classes/**/*.{h,m}",
21     "NotificationHandler/*.{h,m,swift}"
22   ],
23   "exclude_files": "Classes/Exclude",
24   "requires_arc": true