[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / d / 5 / MultiCastDelegateMethod / 1.2 / MultiCastDelegateMethod.podspec.json
blob9f7d1bd18c19f3f0e01747a31679bba3cf04f8c1
2   "name": "MultiCastDelegateMethod",
3   "version": "1.2",
4   "summary": "Multicast Delegate pattern. It also prevents from having strong reference cycles (memory leaks). WeakWrapper handles this.",
5   "homepage": "https://github.com/lintocj/MulticastDelegate",
6   "license": "MIT",
7   "authors": {
8     "Linto Jacob": "lintojacob2009@gmail.com"
9   },
10   "platforms": {
11     "ios": "11.0"
12   },
13   "source": {
14     "git": "https://github.com/lintocj/MulticastDelegate.git",
15     "tag": "1.2"
16   },
17   "source_files": "MulticastDelegate/**/*.swift",
18   "swift_versions": "5.0",
19   "frameworks": "UIKit",
20   "swift_version": "5.0"