[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / f / 7 / SwiftMulticastDelegate / 0.1.8 / SwiftMulticastDelegate.podspec.json
blob21b0521061872272ed672f80f0f356e1f010a096
2   "name": "SwiftMulticastDelegate",
3   "version": "0.1.8",
4   "summary": "A safe and efficient implementation of multicast delegates for Swift",
5   "homepage": "https://github.com/tumtumtum/SwiftMulticastDelegate/",
6   "license": "MIT",
7   "authors": {
8     "Thong Nguyen": "tumtumtum@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/tumtumtum/SwiftMulticastDelegate.git",
12     "tag": "0.1.8"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.9",
17     "watchos": "2.0"
18   },
19   "requires_arc": true,
20   "ios": {
21     "frameworks": "CoreFoundation"
22   },
23   "osx": {
24     "frameworks": "CoreFoundation"
25   },
26   "watchos": {
27     "frameworks": "CoreFoundation"
28   },
29   "source_files": "src/SwiftMulticastDelegate/**/*.swift"