blob: 0cf0071df7e3ca1a405b714127cd14603861c6e4 [file] [log] [blame]
{
"name": "AnyCombine",
"version": "1.0",
"summary": "Reimplementation of Combine for iOS 10-12",
"description": "Reimplementation of Combine for iOS 10-12. Publishers/Subscribers are being implemented.",
"homepage": "https://github.com/SereivoanYong/AnyCombine",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sereivoan Yong": "sereivoanyong@gmail.com"
},
"source": {
"git": "https://github.com/SereivoanYong/AnyCombine.git",
"tag": "1.0"
},
"social_media_url": "https://www.facebook.com/SereivoanYong",
"swift_versions": "5.0",
"platforms": {
"ios": "10.0"
},
"source_files": "AnyCombine/Classes/**/*",
"frameworks": "UIKit",
"swift_version": "5.0"
}