[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 9 / 8 / d / SYNotification / 1.0.0 / SYNotification.podspec.json
blob9e220692feb2d0be3d815095c93eee61c6d94372
2   "name": "SYNotification",
3   "version": "1.0.0",
4   "summary": "个人工具类之观察者模式",
5   "homepage": "http://blog.dnnlbj.com",
6   "license": "MIT",
7   "authors": {
8     "CoderSy": "private.shengyang@gmail.com"
9   },
10   "platforms": {
11     "ios": "11.0"
12   },
13   "source": {
14     "git": "https://github.com/CoderSy/SYNotification.git",
15     "tag": "1.0.0"
16   },
17   "source_files": "Sources/*.{swift}",
18   "frameworks": "Foundation",
19   "requires_arc": true,
20   "pod_target_xcconfig": {
21     "SWIFT_VERSION": "4.1"
22   }