blob: 798599dd94faee9bd67e32e20e7d88c0db01c62c [file] [log] [blame]
{
"name": "PublisherKit",
"version": "4.0.0",
"summary": "An open source implementation of Apple's Combine framework for processing asynchronous events over time",
"homepage": "https://github.com/ragzy15/PublisherKit",
"license": "MIT",
"authors": {
"Raghav Ahuja": "raghavahuja@icloud.com"
},
"source": {
"git": "https://github.com/ragzy15/PublisherKit.git",
"tag": "4.0.0"
},
"social_media_url": "https://twitter.com/ahujaraghav1",
"swift_versions": "5.0",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "3.0"
},
"source_files": [
"Sources/PublisherKitHelpers/**/*.{h,cpp}",
"Sources/PublisherKit/**/*.swift"
],
"public_header_files": "Sources/PublisherKitHelpers/include/*.h",
"libraries": "c++",
"swift_version": "5.0"
}