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