blob: 1eb26a2e5b8039b6209f1eb8662806bfb72c964c [file] [log] [blame]
{
"name": "ReactiveKit",
"version": "3.10.0",
"summary": "A Swift Reactive Programming Framework",
"description": "ReactiveKit is a Swift framework for reactive and functional reactive programming.",
"homepage": "https://github.com/DeclarativeHub/ReactiveKit",
"license": "MIT",
"authors": {
"Srdan Rasic": "srdan.rasic@gmail.com"
},
"source": {
"git": "https://github.com/DeclarativeHub/ReactiveKit.git",
"tag": "v3.10.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": [
"Sources/*.swift",
"ReactiveKit/*.{h,m}"
],
"requires_arc": true,
"swift_versions": "5.0"
}