[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / 4 / 5 / PublisherKit / 4.0.0 / PublisherKit.podspec.json
blob798599dd94faee9bd67e32e20e7d88c0db01c62c
2   "name": "PublisherKit",
3   "version": "4.0.0",
4   "summary": "An open source implementation of Apple's Combine framework for processing asynchronous events over time",
5   "homepage": "https://github.com/ragzy15/PublisherKit",
6   "license": "MIT",
7   "authors": {
8     "Raghav Ahuja": "raghavahuja@icloud.com"
9   },
10   "source": {
11     "git": "https://github.com/ragzy15/PublisherKit.git",
12     "tag": "4.0.0"
13   },
14   "social_media_url": "https://twitter.com/ahujaraghav1",
15   "swift_versions": "5.0",
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.10",
19     "tvos": "9.0",
20     "watchos": "3.0"
21   },
22   "source_files": [
23     "Sources/PublisherKitHelpers/**/*.{h,cpp}",
24     "Sources/PublisherKit/**/*.swift"
25   ],
26   "public_header_files": "Sources/PublisherKitHelpers/include/*.h",
27   "libraries": "c++",
28   "swift_version": "5.0"